esnext.string.cooked.js 242 B

12345678
  1. var $ = require('../internals/export');
  2. var cooked = require('../internals/string-cooked');
  3. // `String.cooked` method
  4. // https://github.com/tc39/proposal-string-cooked
  5. $({ target: 'String', stat: true, forced: true }, {
  6. cooked: cooked
  7. });