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.

5 lines (4 loc) 193 B
export declare type CustomGremlin = () => void; export declare type CustomMogwai = () => void; export declare type CustomStrategy = () => void; export declare type CustomCallback = () => void;