2 lines
117 B
TypeScript
Executable file
2 lines
117 B
TypeScript
Executable file
import type { SchemaObjCxt } from "..";
|
|
export declare function assignDefaults(it: SchemaObjCxt, ty?: string): void;
|