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