safeParseResult<E,T = unknown,U extends z.ZodType<T> = z.ZodType<T>,>(schema: U,data: unknown,errConst: (err: z.ZodError) => E,): Result<z.infer<U>, E>
@carbonteq/hexapp@0.15.1
latest
carbonteq/hexappThis package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
JSR Score
35%
Published
4 months ago (0.15.1)
Add Package
deno add jsr:@carbonteq/hexapp
Import symbol
import { ZodUtils } from "@carbonteq/hexapp";
---- OR ----
Import directly with a jsr specifier
import { ZodUtils } from "jsr:@carbonteq/hexapp";
Add Package
npx jsr add @carbonteq/hexapp
Import symbol
import { ZodUtils } from "@carbonteq/hexapp";
Add Package
yarn dlx jsr add @carbonteq/hexapp
Import symbol
import { ZodUtils } from "@carbonteq/hexapp";
Add Package
pnpm dlx jsr add @carbonteq/hexapp
Import symbol
import { ZodUtils } from "@carbonteq/hexapp";
Add Package
bunx jsr add @carbonteq/hexapp
Import symbol
import { ZodUtils } from "@carbonteq/hexapp";