/node_modules/babel-polyfill/node_modules/core-js/library/modules/es6.date.to-iso-string.js
https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 8 lines · 5 code · 1 blank · 2 comment · 0 complexity · 32025f60b1b585433831f707d7ab21ce MD5 · raw file
- // 20.3.4.36 / 15.9.5.43 Date.prototype.toISOString()
- var $export = require('./_export');
- var toISOString = require('./_date-to-iso-string');
- // PhantomJS / old WebKit has a broken implementations
- $export($export.P + $export.F * (Date.prototype.toISOString !== toISOString), 'Date', {
- toISOString: toISOString
- });