We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be37376 commit 9ff22c3Copy full SHA for 9ff22c3
1 file changed
src/connection.ts
@@ -1,5 +1,6 @@
1
// https://developer.amazon.com/docs/alexa-voice-service/manage-http2-connection.html
2
import * as http2 from "http2";
3
+
4
import {API_VERSION} from "./constants/general";
5
6
export default class Connection {
0 commit comments