diff --git a/script/_base.d.ts b/script/_base.d.ts index f3d9fa1..ed4a293 100644 --- a/script/_base.d.ts +++ b/script/_base.d.ts @@ -12,4 +12,4 @@ export declare class ValidationError extends HyperliquidError { } /** Wrapper around `v.parse` that throws {@linkcode ValidationError} instead of `ValiError`. */ export declare function parse>>(schema: TSchema, input: unknown): v.InferOutput; -//# sourceMappingURL=_base.d.ts.map \ No newline at end of file +//# sourceMappingURL=_base.d.ts.map