mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Fix ajv-merge-patch types
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
import * as Ajv from "ajv";
|
||||
import { Ajv } from "ajv";
|
||||
|
||||
declare namespace ajvMergePatch {}
|
||||
declare function ajvMergePatch(ajv: Ajv): void;
|
||||
|
||||
Reference in New Issue
Block a user