blob: ead187843eef9f3996b300186d56edcbecbc7265 [file] [log] [blame]
"use strict";
// This file exists to remove the need for Flow's ignore_non_literal_requires option
module.exports = function(name) {
return require(name);
};