Files
est-frame/node_modules/core-js/modules/esnext.string.cooked.js
2025-10-22 05:38:27 +00:00

10 lines
256 B
JavaScript
Executable File

'use strict';
var $ = require('../internals/export');
var cooked = require('../internals/string-cooked');
// `String.cooked` method
// https://github.com/tc39/proposal-string-cooked
$({ target: 'String', stat: true, forced: true }, {
cooked: cooked
});