mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
370 B
TypeScript
12 lines
370 B
TypeScript
// Type definitions for ajv-merge-patch 4.1
|
|
// Project: https://github.com/epoberezkin/ajv-merge-patch#readme
|
|
// Definitions by: Zhu Zijia <https://github.com/littlepiggy03>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.2
|
|
|
|
import { Ajv } from "ajv";
|
|
|
|
declare function ajvMergePatch(ajv: Ajv): void;
|
|
|
|
export = ajvMergePatch;
|