UNPKG
@cataract6545/tmui
Version:
latest (3.1.9)
3.1.9
0.1.9
tm-vuetify是一个新势力由主题驱动的UI组件库,相比其它优势大,组件全,设计趋势紧跟未来。具有主题生成,主题实时切换,暗黑实时切换,lottie动画,图表等新颖功能,tmui TMUI
@cataract6545/tmui
/
tool
/
dayjs
/
esm
/
plugin
/
pluralGetSet
/
index.js
7 lines
•
310 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
(
function
(
o, c
) {
var
proto = c.
prototype
;
var
pluralAliases = [
'milliseconds'
,
'seconds'
,
'minutes'
,
'hours'
,
'days'
,
'weeks'
,
'isoWeeks'
,
'months'
,
'quarters'
,
'years'
,
'dates'
]; pluralAliases.
forEach
(
function
(
alias
) { proto[alias] = proto[alias.
replace
(
/s$/
,
''
)]; }); });