From 44b85b0d846063b4368bb03c1337b0ec323e4658 Mon Sep 17 00:00:00 2001 From: CaptainPawss Date: Fri, 15 May 2026 12:31:27 +0900 Subject: [PATCH] Improved stability --- script/_base.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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