Skip to content

Commit 6715e05

Browse files
committed
[core] fix a bad typedef import
1 parent 9dd26ed commit 6715e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as controller from "../dist/types/controller/index.ts";
44
import * as worker from "../dist/types/worker/index.ts";
55
import * as types from "../dist/types/types.ts";
66
import * as frame from "../dist/types/controller/frame.ts";
7-
import { ScramjetClient as _ScramjetClient } from "../dist/types/client/client.ts";
7+
import { ScramjetClient as _ScramjetClient } from "../dist/types/client/index.ts";
88

99
declare global {
1010
function $scramjetLoadController(): typeof controller;

0 commit comments

Comments
 (0)