3 lines
127 B
TypeScript
Executable file
3 lines
127 B
TypeScript
Executable file
import type { Plugin } from "ajv";
|
|
declare const uniqueItemProperties: Plugin<undefined>;
|
|
export default uniqueItemProperties;
|