4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
import type { Plugin } from "ajv";
|
|
declare const anyRequired: Plugin<undefined>;
|
|
export default anyRequired;
|