UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 224 B
import { Guard, TypeOf } from './Guard'; export declare const Array: Guard<ReadonlyArray<unknown>>; export declare const array: <G extends Guard<any>>(g: G) => Guard<readonly TypeOf<G>[]>; //# sourceMappingURL=Array.d.ts.map