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.
bool
boolean
1 parent 784521d commit 78a592fCopy full SHA for 78a592f
NOTICE
@@ -35,6 +35,7 @@ under the licensing terms detailed in LICENSE:
35
* Chance Snow <git@chancesnow.me>
36
* Peter Salomonsen <petersalomonsen@runbox.com>
37
* ookangzheng <git-ed@runbox.no>
38
+* yjhmelody <yjh465402634@gmail.com>
39
40
Portions of this software are derived from third-party works licensed under
41
the following terms:
std/assembly/builtins.ts
@@ -54,7 +54,7 @@ export declare function isManaged<T>(value?: T): bool;
54
55
// @ts-ignore: decorator
56
@builtin
57
-export declare function isVoid<T>(): boolean;
+export declare function isVoid<T>(): bool;
58
59
// @ts-ignore
60
0 commit comments