We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1138894 commit 1435562Copy full SHA for 1435562
lib/index.d.ts
@@ -7,6 +7,8 @@ import * as frame from "../dist/types/controller/frame.ts";
7
declare global {
8
const ScramjetController: typeof controller.ScramjetController;
9
const ScramjetFrame: typeof frame.ScramjetFrame;
10
+ type ScramjetController = controller.ScramjetController;
11
+ type ScramjetFrame = frame.ScramjetFrame;
12
13
type ScramjetConfig = types.ScramjetConfig;
14
type ScramjetInitConfig = types.ScramjetInitConfig;
0 commit comments