Skip to content

Commit a4dd3f6

Browse files
committed
fix genType test
1 parent d5c4d79 commit a4dd3f6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* TypeScript file generated from BigInt.res by genType. */
2+
3+
/* eslint-disable */
4+
/* tslint:disable */
5+
6+
export type t = bigint;
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
type t = Js.Types.bigint_val
1+
@genType
2+
type t = bigint

0 commit comments

Comments
 (0)