mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
316 B
TypeScript
9 lines
316 B
TypeScript
// Type definitions for data-driven.js
|
|
// Project: https://github.com/fluentsoftware/data-driven
|
|
// Definitions by: Adam Babcock <https://github.com/mrhen>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
|
|
declare function data_driven<T>(data: T[], callback: () => any): any;
|
|
export = data_driven
|