This website works better with JavaScript.
Explore
Help
Register
Sign In
396316021
/
pet_uni
Watch
1
Star
0
Fork
You've already forked pet_uni
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31
Commits
1
Branch
0
Tags
8.0 MiB
Tree:
38148b30c0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '38148b30c0'
${ noResults }
pet_uni
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
5 lines
108 B
Raw
Normal View
History
Unescape
Escape
初始
2 years ago
export
default
(
function
(
o
,
c
,
f
)
{
f
.
isMoment
=
function
(
input
)
{
return
f
.
isDayjs
(
input
)
;
}
;
}
)
;