UNPKG

wpt-api-client

Version:

Unofficial Node.js client for the WebPageTest REST API

8 lines 341 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WPT_SERVER = exports.LOCATION_ID = exports.CONNECTIVITY = exports.BROWSER = void 0; exports.BROWSER = 'Chrome'; exports.CONNECTIVITY = 'Cable'; exports.LOCATION_ID = 'Dulles'; exports.WPT_SERVER = 'www.webpagetest.org'; //# sourceMappingURL=defaults.js.map