We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff5726 commit d5d2d40Copy full SHA for d5d2d40
1 file changed
libc/c.ts
@@ -1,5 +1,10 @@
1
// deno-lint-ignore-file camelcase
2
3
+/**
4
+ * Boolean.
5
+ */
6
+export type bool = boolean;
7
+
8
/**
9
* Signed char.
10
*
0 commit comments