This website requires JavaScript.
Explore
Help
Register
Sign In
zmj
/
TraceabilityAPP
Watch
1
Star
0
Fork
You've already forked TraceabilityAPP
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d0c0bffbc4
TraceabilityAPP
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
5 lines
108 B
JavaScript
Raw
Blame
History
export
default
(
function
(
o
,
c
,
f
)
{
f
.
isMoment
=
function
(
input
)
{
return
f
.
isDayjs
(
input
)
;
}
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink