This website works better with JavaScript
Начало
Каталог
Помощ
Вход
yichepei
/
client_LemonBeans
Наблюдаван
4
Харесван
0
Разклонения
0
Файлове
Задачи
0
Заявки за сливане
0
Уики
ИН на ревизия:
973fd14806
Клонове
Маркери
main
client_Lemon...
/
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);
};
});