ship-gis/node_modules/core-js-pure/modules/esnext.string.cooked.js

10 lines
256 B
JavaScript
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
'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
});