4.1.4 • Published 6 months ago

@types/ajv-merge-patch v4.1.4

Weekly downloads
1,240
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for ajv-merge-patch 4.1
// Project: https://github.com/epoberezkin/ajv-merge-patch#readme
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.8

import Ajv from "ajv";

declare function ajvMergePatch(ajv: Ajv): void;

export = ajvMergePatch;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:14 GMT
  • Dependencies: @types/ajv
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.