@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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/json2xml

Weekly Downloads

3,110

Version

0.1.4

License

MIT

Unpacked Size

2.86 kB

Total Files

5

Last publish

Collaborators

  • types