Disable completed docs linting for globals

This commit is contained in:
Brandon Millman 2018-03-07 00:17:39 -08:00
parent 6288a72036
commit f61b59fa89

View File

@ -1,4 +1,5 @@
declare module 'newman' {
// tslint:disable-next-line:completed-docs
export function run(options: any, callback?: () => void): void;
}