UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 218 B
import { Guard, TypeOf } from './Guard'; export declare const Set: Guard<ReadonlySet<unknown>>; export declare const set: <A extends Guard<any>>(g: A) => Guard<ReadonlySet<TypeOf<A>>>; //# sourceMappingURL=Set.d.ts.map