@pawover/kit 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,4 @@
1
1
  import { BigNumber, MathExpression, MathJsInstance, Matrix } from "mathjs";
2
-
3
2
  //#region src/math/mathUtil.d.ts
4
3
  /**
5
4
  * 数学工具类
@@ -1,5 +1,4 @@
1
1
  import { ProxyOptions } from "vite";
2
-
3
2
  //#region src/vite/viteUtil.d.ts
4
3
  /**
5
4
  * Vite 工具类
@@ -1,5 +1,4 @@
1
1
  import { z } from "zod";
2
-
3
2
  //#region src/server.d.ts
4
3
  declare const id: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
5
4
  declare const idAllowEmpty: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;