first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
10
node_modules/core-js/modules/es.date.to-iso-string.js
generated
vendored
Normal file
10
node_modules/core-js/modules/es.date.to-iso-string.js
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
'use strict';
|
||||
var $ = require('../internals/export');
|
||||
var toISOString = require('../internals/date-to-iso-string');
|
||||
|
||||
// `Date.prototype.toISOString` method
|
||||
// https://tc39.es/ecma262/#sec-date.prototype.toisostring
|
||||
// PhantomJS / old WebKit has a broken implementations
|
||||
$({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, {
|
||||
toISOString: toISOString
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue