This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
msx
/
Vent-App
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
d41340d8d8
ブランチ
タグ
master
Vent-App
/
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);
};
});