Skip to content

Commit 758d13a

Browse files
committed
fix isVoid return type
1 parent 74a8989 commit 758d13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/assembly/builtins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export declare function isManaged<T>(value?: T): bool;
5454

5555
// @ts-ignore: decorator
5656
@builtin
57-
export declare function isVoid<T>(): boolean;
57+
export declare function isVoid<T>(): bool;
5858

5959
// @ts-ignore
6060
@builtin

0 commit comments

Comments
 (0)