This website works better with JavaScript
Главная
Обзор
Помощь
Вход
lalalashen
/
MoeNovaClient
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
d1fc2a4e13
Ветки
Метки
master
MoeNovaClient
/
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);
};
});