UNPKG

decode-it

Version:

a simple zero-dependency type safe json decoder for typescript

3 lines (2 loc) 90 B
import { Validator } from './Validator'; export declare const nil: () => Validator<null>;