0.1.4 • Published 2 years ago

@types/json2xml v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for json2xml 0.1
// Project: https://github.com/estheban/node-json2xml
// Definitions by: Gabriel Fournier <https://github.com/carboneater>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

export = json2xml;

Additional Details

  • Last updated: Thu, 08 Jul 2021 16:22:52 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Gabriel Fournier.

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

4 years ago

0.1.0

4 years ago