flags.js 213 B

12345
  1. require('../../modules/es.regexp.flags');
  2. var uncurryThis = require('../../internals/function-uncurry-this');
  3. var regExpFlags = require('../../internals/regexp-flags');
  4. module.exports = uncurryThis(regExpFlags);