defaults.d.ts 117 Bytes Raw Blame History Permalink 1 2 import type { SchemaObjCxt } from ".."; export declare function assignDefaults(it: SchemaObjCxt, ty?: string): void;