UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
form
/
src
/
model
/
index.ts
9 lines
(8 loc)
•
284 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./form.property'
;
export
*
from
'./form.property.factory'
;
export
*
from
'./atomic.property'
;
export
*
from
'./object.property'
;
export
*
from
'./array.property'
;
export
*
from
'./string.property'
;
export
*
from
'./number.property'
;
export
*
from
'./boolean.property'
;