mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #24367 from Strum355/master
Removed undefined method for NightmareJS
This commit is contained in:
Vendored
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user