UNPKG

trapi

Version:

The main package and contains bundled functionality of all other package and a CLI to interact with them.

5 lines 243 B
import { SchemaOf } from "yup"; import { Config } from "../type"; export declare function useConfigValidator(): SchemaOf<Config>; export declare function parseConfig(value: unknown): Promise<Config>; //# sourceMappingURL=validator.d.ts.map