// Type definitions for data-driven.js // Project: https://github.com/fluentsoftware/data-driven // Definitions by: Adam Babcock // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function data_driven(data: T[], callback: () => any): any; export = data_driven