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.