UNPKG

@tensorify.io/sdk

Version:

TypeScript SDK for developing Tensorify plugins with V2-Alpha definition/execution pattern and legacy compatibility

7 lines (6 loc) 378 B
import * as core from "../core/index.js"; import { ZodRealError } from "./errors.js"; export const parse = /* @__PURE__ */ core._parse(ZodRealError); export const parseAsync = /* @__PURE__ */ core._parseAsync(ZodRealError); export const safeParse = /* @__PURE__ */ core._safeParse(ZodRealError); export const safeParseAsync = /* @__PURE__ */ core._safeParseAsync(ZodRealError);