Merge pull request #24367 from Strum355/master

Removed undefined method for NightmareJS
This commit is contained in:
Nathan Shively-Sanders
2018-03-26 15:41:35 -07:00
committed by GitHub
-1
View File
@@ -12,7 +12,6 @@ declare class Nightmare {
constructor(options?: Nightmare.IConstructorOptions);
// Interact
userAgent(agent: string): Nightmare;
end(): Nightmare;
then<T, R>(fn: (value: T) => R): Promise<R>;
halt(error: string, cb: () => void): Nightmare;