Skip to content

Commit ac49a38

Browse files
committed
add type alias for bool
1 parent 88fe01c commit ac49a38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ type Table = any;
3232

3333
type uint = number;
3434

35+
type bool = boolean;
36+
3537
/*
3638
* The data.extend method. It's the primary way to add prototypes to the data table.
3739
*

0 commit comments

Comments
 (0)