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

0.2.2 • Public • Published

Installation

npm install --save @types/json2mq

Summary

This package contains type definitions for json2mq (https://github.com/akiran/json2mq).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json2mq.

index.d.ts

export = json2mq;

declare function json2mq(query: json2mq.QueryObject | json2mq.QueryObject[]): string;

declare namespace json2mq {
    interface QueryObject {
        [property: string]: string | number | boolean;
    }
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Zhang Yi Jiang.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/json2mq

Weekly Downloads

16,609

Version

0.2.2

License

MIT

Unpacked Size

2.98 kB

Total Files

5

Last publish

Collaborators

  • types