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

1.0.2 • Public • Published

Installation

npm install --save @types/node-json-transform

Summary

This package contains type definitions for node-json-transform (https://github.com/bozzltron/node-json-transform).

Details

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

index.d.ts

declare function DataTransform(data: any, map: any): any;

declare function transform(data: any, map: any, context?: any): any;

declare function transformAsync(data: any, map: any, context?: any): any;

export { DataTransform, transform, transformAsync };

Additional Details

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

Credits

These definitions were written by Yash Maheshwari.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/node-json-transform

Weekly Downloads

1,157

Version

1.0.2

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types