7 lines
217 B
JavaScript
7 lines
217 B
JavaScript
|
'use strict';
|
||
|
require('../../modules/es.date.to-iso-string');
|
||
|
require('../../modules/es.date.to-json');
|
||
|
var entryUnbind = require('../../internals/entry-unbind');
|
||
|
|
||
|
module.exports = entryUnbind('Date', 'toISOString');
|