WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit f16b08f

Browse files
authored
fix: remove erroneous declare for inline.always (#2916)
1 parent 4e7734b commit f16b08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/assembly/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ declare function final(constructor: Constructor): void;
26952695
declare function inline(...args: any[]): any;
26962696
declare namespace inline {
26972697
/** Explicitly requests inlined function calls on the provided expression wherever possible. */
2698-
declare function always<T>(value: T): T;
2698+
export function always<T>(value: T): T;
26992699
}
27002700

27012701
/** Annotates a method, function or constant global as unsafe. */

0 commit comments

Comments
 (0)