UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

4 lines 297 B
import { SafeParseReturnType, z } from 'zod'; export declare function isCompliant<S extends z.ZodTypeAny>(schema: S): (config: unknown) => config is z.infer<S>; export declare function validateZodResult<T>(result: SafeParseReturnType<T, T>, desc?: string): T; //# sourceMappingURL=schemas.d.ts.map