@types/ajv-merge-patch
Version:
TypeScript definitions for ajv-merge-patch
25 lines (17 loc) • 724 B
Markdown
# Installation
> `npm install --save @types/ajv-merge-patch`
# Summary
This package contains type definitions for ajv-merge-patch (https://github.com/epoberezkin/ajv-merge-patch#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ajv-merge-patch.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ajv-merge-patch/index.d.ts)
````ts
import Ajv from "ajv";
declare function ajvMergePatch(ajv: Ajv): void;
export = ajvMergePatch;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:04 GMT
* Dependencies: [ajv](https://npmjs.com/package/ajv)
# Credits
These definitions were written by .