UNPKG
chrome-debugging-client
Version:
beta (1.0.0-beta.4)
latest (2.1.0)
2.1.0
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.4
1.0.0-beta.2
1.0.0-beta.1
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
An async/await friendly Chrome debugging client with TypeScript support
chrome-debugging-client
/
dist
/
lib
/
codegen
/
index.js
5 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
protocol_codegen_1 =
require
(
"./protocol-codegen"
);
exports
.
ProtocolCodegen
= protocol_codegen_1.
default
;
//# sourceMappingURL=index.js.map