This website works better with JavaScript
Начало
Каталог
Помощ
Регистрация
Вход
LiChengjin
/
MiniScm
Наблюдаван
1
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
6e0002e2ed
Клонове
Маркери
dev
dev-feature-alipay
master
MiniScm
/
mycomponents
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
История
Директен файл
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});