Files
verify/frontend/node_modules/core-js/modules/esnext.string.cooked.js
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

10 lines
256 B
JavaScript

'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
});