UNPKG
unity-a
Version:
latest (1.0.0)
1.0.0
Unidade de anos pra cálculos
github.com/suissa/unity-a
suissa/unity-a
unity-a
/
unity.js
6 lines
•
128 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
unidade
:
'a'
,
nome
:
'anos'
,
validate
:
(
value
) =>
(value >
0
),
descricao
:
'Picometro é bem pequeno'
}