UNPKG
blow-types
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
Data types for Blow.
github.com/mchmielarski/blow-types
mchmielarski/blow-types
blow-types
/
README.md
21 lines
(15 loc)
•
222 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# blow-types
Data types
for
Blow.
### Default types
*
string
* date * time * datetime *
boolean
*
float
*
integer
*
object
```typescript import *
as
types
from
'blow-types'
; types.
get
(
'string'
).
parse
(
10
);
// '10'
```