UNPKG

stnl

Version:

A simple, opinionated type validator built for performance

8 lines (7 loc) 203 B
import type { TLoadedType } from "../../type.js"; declare const _default: (t: TLoadedType, input: string) => string; /** * Get the compiled stringifier of a schema * @param t */ export default _default;