UNPKG

161 BJavaScriptView Raw
1"use strict";
2// This file exists to remove the need for Flow's ignore_non_literal_requires option
3
4module.exports = function(name) {
5 return require(name);
6};