UNPKG

gremlins-ts

Version:

A monkey testing library written in JavaScript, for Node.js and the browser. Use it to check the robustness of web applications by unleashing a horde of undisciplined gremlins.

4 lines (3 loc) 175 B
declare type Callback = (...args: any[]) => void; export declare function executeInSeries(callbacks: Callback[], args: any[], context: any, done: () => any): void; export {};