UNPKG

256 BJavaScriptView Raw
1'use strict';
2var $ = require('../internals/export');
3var cooked = require('../internals/string-cooked');
4
5// `String.cooked` method
6// https://github.com/tc39/proposal-string-cooked
7$({ target: 'String', stat: true, forced: true }, {
8 cooked: cooked
9});