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.
declare
inline.always
1 parent 4e7734b commit f16b08fCopy full SHA for f16b08f
std/assembly/index.d.ts
@@ -2695,7 +2695,7 @@ declare function final(constructor: Constructor): void;
2695
declare function inline(...args: any[]): any;
2696
declare namespace inline {
2697
/** Explicitly requests inlined function calls on the provided expression wherever possible. */
2698
- declare function always<T>(value: T): T;
+ export function always<T>(value: T): T;
2699
}
2700
2701
/** Annotates a method, function or constant global as unsafe. */
0 commit comments