UNPKG

@typed/io

Version:

Runtime IO type system

7 lines 311 B
import * as C from '@typed/common'; import { Guard } from './Guard'; export declare const Json: Guard<C.Json>; export declare const JsonObject: Guard<C.JsonObject>; export declare const JsonArray: Guard<C.JsonArray>; export declare const JsonPrimitive: Guard<C.JsonPrimitive>; //# sourceMappingURL=Json.d.ts.map