wpt-api-client
Version:
Unofficial Node.js client for the WebPageTest REST API
6 lines • 295 B
TypeScript
import type { Browser, Connectivity, LocationId } from './types';
export declare const BROWSER: Browser;
export declare const CONNECTIVITY: Connectivity;
export declare const LOCATION_ID: LocationId;
export declare const WPT_SERVER = "www.webpagetest.org";
//# sourceMappingURL=defaults.d.ts.map