UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
es
/
date
/
to-string.js
7 lines
(5 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
require
(
'../../modules/es.date.to-string'
);
var
dateToString =
Date
.
prototype
.
toString
;
module
.
exports
=
function
toString
(
it
) {
return
dateToString.
call
(it); };