Add relevant newman typings

This commit is contained in:
Brandon Millman 2018-03-06 16:25:51 -08:00
parent 5a67068348
commit 2ff485d2e0

View File

@ -1,4 +1,6 @@
declare module 'newman';
declare module 'newman' {
export function run(options: any, callback?: () => void): void;
}
declare module '*.json' {
const value: any;