UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

14 lines (13 loc) 336 B
export default addAbsolutePathKeyword; export type Ajv = import('ajv').Ajv; export type SchemaUtilErrorObject = import('ajv').ErrorObject & { children?: import('ajv').ErrorObject[] | undefined; }; /** * * @param {Ajv} ajv * @returns {Ajv} */ declare function addAbsolutePathKeyword( ajv: import('ajv').Ajv ): import('ajv').Ajv;