UNPKG

177 BTypeScriptView Raw
1import * as iots from 'io-ts';
2export * from 'io-ts';
3export declare const nullable: <T>(type: iots.Type<T, T, unknown>) => iots.UnionC<[iots.Type<T, T, unknown>, iots.NullC]>;