UNPKG

decode-it

Version:

a simple zero-dependency type safe json decoder for typescript

10 lines (9 loc) 232 B
export * from './array'; export * from './boolean'; export * from './literal'; export * from './nil'; export * from './number'; export * from './optional'; export * from './string'; export * from './tuple'; export * from './union';