UNPKG

svg-react-loader

Version:

A Webpack Loader to turn SVGs into React Components

13 lines (9 loc) 227 B
var regexp; module.exports = function coerceToRegExp (stringOrRegExp) { var result = stringOrRegExp; if (typeof result === 'string') { eval('regexp = ' + stringOrRegExp); result = regexp; } return result; };