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

0.1.4 • Public • Published

Installation

npm install --save @types/json2xml

Summary

This package contains type definitions for json2xml (https://github.com/estheban/node-json2xml).

Details

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

index.d.ts

declare function json2xml(
    json: unknown,
    opts?: { header?: boolean | undefined; attributes_key?: string | undefined },
): string;

export = json2xml;

Additional Details

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

Credits

These definitions were written by Gabriel Fournier.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    1,213
  • 0.1.3
    62
  • 0.1.2
    6
  • 0.1.1
    1,351
  • 0.1.0
    0

Package Sidebar

Install

npm i @types/json2xml

Weekly Downloads

2,632

Version

0.1.4

License

MIT

Unpacked Size

2.86 kB

Total Files

5

Last publish

Collaborators

  • types