@types/vue-json-compare
TypeScript icon, indicating that this package has built-in type declarations

3.0.4 • Public • Published

Installation

npm install --save @types/vue-json-compare

Summary

This package contains type definitions for vue-json-compare (https://github.com/5SSS/vue-json-compare).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/vue-json-compare.

index.d.ts

import Vue from "vue";

type JsonObject = Record<string, any> | Array<Record<string, any>>;

declare class VueJsonCompare extends Vue {
    oldData: JsonObject;
    newData: JsonObject;
}

export default VueJsonCompare;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: vue

Credits

These definitions were written by Vít Stanislav.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/vue-json-compare

Weekly Downloads

199

Version

3.0.4

License

MIT

Unpacked Size

3.09 kB

Total Files

5

Last publish

Collaborators

  • types