UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

10 lines (8 loc) 343 B
// 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 module "data-driven" { function data_driven<T>(data:T[], callback:()=>any):any; export = data_driven }