UNPKG

@rline/json

Version:
15 lines 489 B
import { SchemaConfig } from '@rline/type'; /** * Compile schema files into a single schema file resolving $refs and definitions. * @important the schema function requires `schema.config.json` which can be initialized using `json init` command * * @param options options {@link SchemaConfig} * * * @return * ````bash * json schema * ```` */ export declare function schema(options: SchemaConfig): Promise<import("@rline/type").JSONSchema>; //# sourceMappingURL=schema.d.ts.map