UNPKG
playwright-cleanup
Version:
beta (0.0.2-3)
latest (2.0.1)
2.0.1
2.0.0
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.2-3
A Playwright cleanup plugin
github.com/tzurp/playwright-cleanup
tzurp/playwright-cleanup
playwright-cleanup
/
build
/
src
/
entities
/
logger.d.ts
7 lines
(6 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
Logger
{
private
_detailedLogOptions;
constructor
(
detailedLogOptions
:
boolean
| undefined);
info
(
message
:
string
,
isMandatory
:
boolean
):
void
;
error
(
message
:
string
):
void
; }