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