doum
34 分钟以前 462a7c752afead89a100522aea8bbfadaea2aab9
1
2
3
4
5
6
7
8
9
'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
});