This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
alien
/
WechatApp
ウォッチ
24
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
ea4e71edfa
ブランチ
タグ
master
WechatApp
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
履歴
Raw
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});