@typed/io
Version:
Runtime IO type system
7 lines • 311 B
TypeScript
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