typings/globals/phantomjs/index.d.ts
File index.d.ts
has 259 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
// Generated by typings
// Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/56295f5058cac7ae458540423c50ac2dcf9fc711/phantomjs/phantomjs.d.ts
declare function require(module: string): any;
declare var phantom: Phantom;