Skip to content

Commit f14bb7f

Browse files
authored
Update index.ts
1 parent b741f98 commit f14bb7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ import type {
2424
OnStatus,
2525
OnStatusArgs
2626
} from "./emitters";
27-
import { escapeUnicode } from "./utils";
27+
28+
import { escapeUnicode } from "./utils.js";
2829

2930
/**
3031
* The main API Class

0 commit comments

Comments
 (0)