UNPKG

@tensorify.io/sdk

Version:

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

6 lines (5 loc) 177 B
import type * as errors from "../core/errors.js"; export declare const parsedType: (data: any) => string; export default function (): { localeError: errors.$ZodErrorMap; };