2ff485d2e
f61b59fa8
42ecc087c
1
2
3 4
5 6 7 8 9
declare module 'newman' { // tslint:disable-next-line:completed-docs export function run(options: any, callback?: () => void): void; } declare module '*.json' { const value: any; export default value; }