mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix ajv-merge-patch types
This commit is contained in:
parent
2ed5c91dcf
commit
db06b28505
@ -1,5 +1,6 @@
|
||||
import * as Ajv from "ajv";
|
||||
import * as ajvMergePatch from "ajv-merge-patch";
|
||||
|
||||
import ajvMergePatch = require("ajv-merge-patch");
|
||||
|
||||
const ajv = new Ajv();
|
||||
|
||||
|
||||
1
types/ajv-merge-patch/index.d.ts
vendored
1
types/ajv-merge-patch/index.d.ts
vendored
@ -6,7 +6,6 @@
|
||||
|
||||
import { Ajv } from "ajv";
|
||||
|
||||
declare namespace ajvMergePatch {}
|
||||
declare function ajvMergePatch(ajv: Ajv): void;
|
||||
|
||||
export = ajvMergePatch;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user