first
This commit is contained in:
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
|
||||
});
|
Reference in New Issue
Block a user