UNPKG
playwright-single-file
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
SingleFile for Playwright
github.com/albinekb/playwright-singlefile
albinekb/playwright-singlefile
playwright-single-file
/
dist
/
lib
/
single-file-script.d.ts
4 lines
(3 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
export
function
getScriptSource
(
options
:
any
):
Promise
<
string
>;
export
function
getHookScriptSource
(
):
string
;
export
function
getZipScriptSource
(
):
string
;