Please enable JavaScript in your browser!
Главная
Обзор
Помощь
Вход
chenpm
/
product_wx
Следить
1
В избранное
0
Ответвить
0
Файлы
Обсуждения
0
Запросы на слияние
0
Вики
Дерево:
8b025a2ee9
Ветки
Метки
master
productization
productization2
product_wx
/
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);
};
});