Skip to content

Commit d5d2d40

Browse files
Added bool
1 parent bff5726 commit d5d2d40

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libc/c.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
// deno-lint-ignore-file camelcase
22

3+
/**
4+
* Boolean.
5+
*/
6+
export type bool = boolean;
7+
38
/**
49
* Signed char.
510
*

0 commit comments

Comments
 (0)