playwright-fluent
Version:
Fluent API around playwright
8 lines (7 loc) • 370 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
(0, tslib_1.__exportStar)(require("./device-descriptors"), exports);
(0, tslib_1.__exportStar)(require("./device-names"), exports);
(0, tslib_1.__exportStar)(require("./emulate-device"), exports);
(0, tslib_1.__exportStar)(require("./window-size"), exports);
;