UNPKG

@types/data-driven

Version:
22 lines (16 loc) 703 B
# Installation > `npm install --save @types/data-driven` # Summary This package contains type definitions for data-driven (https://github.com/fluentsoftware/data-driven). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/data-driven. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/data-driven/index.d.ts) ````ts declare function data_driven<T>(data: T[], callback: () => any): any; export = data_driven; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [Adam Babcock](https://github.com/mrhen).