Skip to content

Commit b49ef83

Browse files
committed
style(typescript): change type to primitive in test
1 parent 95817b1 commit b49ef83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
declare const CustomModule: {
2-
x: Number;
2+
x: number;
33
}
44
export default CustomModule;

0 commit comments

Comments
 (0)