package.modules.esnext.string.cooked.js Maven / Gradle / Ivy
The newest version!
'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
});
© 2015 - 2024 Weber Informatics LLC | Privacy Policy