Skip to content

Commit adcf3b4

Browse files
committed
fix isVoid return type
1 parent c60e514 commit adcf3b4

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)