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) 161 B
export type CustomGremlin = () => void; export type CustomMogwai = () => void; export type CustomStrategy = () => void; export type CustomCallback = () => void;