doum
26 分钟以前 c976358c5841886b3226398f4e7c0255c9a3c521
1
2
3
4
5
6
'use strict';
require('../../../modules/es.array.sort');
require('../../../modules/es.array.to-sorted');
var getBuiltInPrototypeMethod = require('../../../internals/get-built-in-prototype-method');
 
module.exports = getBuiltInPrototypeMethod('Array', 'toSorted');