UNPKG

@types/data-driven

Version:
3 lines (2 loc) 92 B
declare function data_driven<T>(data: T[], callback: () => any): any; export = data_driven;