UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 150 B
import { Type } from './Type'; export declare type NeverType = Type<never>; export declare const Never: NeverType; //# sourceMappingURL=Never.d.ts.map