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
/
remover.d.ts
3 lines
(2 loc)
•
131 B
TypeScript
View Raw
1
2
3
export
declare
function
removeScripts
(
content
:
string
):
string
;
export
declare
function
removeEmptyLines
(
content
:
string
):
string
;