This website requires JavaScript.
Explore
Help
Sign In
lixinran
/
XinXiKuaiBaoYuan
Watch
2
Star
0
Fork
You've already forked XinXiKuaiBaoYuan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
XinXiKuaiBaoYuan
/
vue-info-reporter
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
5 lines
108 B
JavaScript
Raw
Permalink
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