UNPKG

decode-it

Version:

a simple zero-dependency type safe json decoder for typescript

3 lines (2 loc) 120 B
import { ValidationResult } from './ValidationResult'; export declare type Validator<T> = (arg: T) => ValidationResult;