UNPKG

99 BTypeScriptView Raw
1declare module "nock-exec" {
2 function nockExec(command: string): any;
3 export = nockExec;
4}