UNPKG

jsfuzz

Version:
12 lines (11 loc) 225 B
declare module NodeJS { interface Global { __coverage__: { [filePath: string]: { s: { [n: string]: number }; f: { [n: string]: number }; b: { [n: string]: number[] }; }; }; } }