Skip to content

Commit fc7614c

Browse files
committed
Update add.ts
1 parent b3eaa90 commit fc7614c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const add = new URL("file://./add.dll", import.meta.url);
1+
export const add : URL = new URL("file://./add.dll", import.meta.url);

0 commit comments

Comments
 (0)