UNPKG

utquidem

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

5 lines (4 loc) 170 B
import type { Plugin } from '../ajv'; export { AjvKeywordsError } from "./definitions"; declare const ajvKeywords: Plugin<string | string[]>; export default ajvKeywords;