Sign in
chromium
/
devtools
/
devtools-frontend
/
bedbd4f3fe201caedff255ae97fdf875e13063f8
/
.
/
node_modules
/
core-js-pure
/
es
/
date
/
to-string.js
blob: 18b713590ba6ce3d899e564aee3c67794e7c3fde [
file
]
require
(
'../../modules/es.date.to-string'
);
var
dateToString
=
Date
.
prototype
.
toString
;
module
.
exports
=
function
toString
(
it
)
{
return
dateToString
.
call
(
it
);
};