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
Історія
Запис
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});