UNPKG

stnl

Version:

A simple, opinionated type validator built for performance

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