Sha256: d93735606dc8159f1d295eabe782bf0a04e0eb310305c06e7abae0c6cdd56619
Contents?: true
Size: 383 Bytes
Versions: 25
Compression:
Stored size: 383 Bytes
Contents
var $ = require('../internals/export'); var toISOString = require('../internals/date-to-iso-string'); // `Date.prototype.toISOString` method // https://tc39.github.io/ecma262/#sec-date.prototype.toisostring // PhantomJS / old WebKit has a broken implementations $({ target: 'Date', proto: true, forced: Date.prototype.toISOString !== toISOString }, { toISOString: toISOString });
Version data entries
25 entries across 25 versions & 7 rubygems