ship-gis/node_modules/core-js/modules/esnext.string.cooked.js
2026-01-22 09:14:01 +09:00

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