UNPKG
ggclient
Version:
latest (0.2.44)
0.2.44
0.2.43
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.3
0.1.0
0.0.6
0.0.5
A simple API for gg.pl
github.com/vlopp/ggclient
vlopp/ggclient
ggclient
/
dist
/
responseInjection.d.ts
5 lines
(4 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
import
{
Page
}
from
"puppeteer"
;
export
default
function
(
page
:
Page
,
files
: { [file:
string
]:
string
; }
):
Promise
<
void
>;