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