UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 272 B
import { Guard, TypeOf } from './Guard'; export declare const Map: Guard<ReadonlyMap<unknown, unknown>>; export declare const map: <K extends Guard<any>, V extends Guard<any>>(key: K, value: V) => Guard<ReadonlyMap<TypeOf<K>, TypeOf<V>>>; //# sourceMappingURL=Map.d.ts.map