Skip to content

Commit a91b84a

Browse files
committed
? why ci failed
1 parent b22006e commit a91b84a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testcases/import-json/expected.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
declare const name: string;
2-
declare const age: number;
1+
declare let name: string;
2+
declare let age: number;
33
declare const export_default: {
44
name: typeof name;
55
age: typeof age;

0 commit comments

Comments
 (0)