UNPKG

@vinejs/compiler

Version:

Low level compiler for VineJS validator

6 lines (5 loc) 150 B
import type { RefsStore } from './types.js'; /** * Creates a refs store for parsing the schema */ export declare function refsBuilder(): RefsStore;