UNPKG

playwright-fluent

Version:
6 lines (5 loc) 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sleep = void 0; const sleep = (durationInMilliseconds) => new Promise((resolve) => setTimeout(resolve, durationInMilliseconds)); exports.sleep = sleep;