UNPKG

playwright-fluent

Version:
11 lines (10 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.report = void 0; function report(message, verbose) { if (verbose) { // eslint-disable-next-line no-console console.log(message); } } exports.report = report;