Page MenuHomec4science

index.d.ts
No OneTemporary

File Metadata

Created
Fri, Jan 24, 06:38

index.d.ts

import type { Plugin } from "ajv";
export { AjvKeywordsError } from "./definitions";
declare const ajvKeywords: Plugin<string | string[]>;
export default ajvKeywords;

Event Timeline