We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
declare
inline.always
1 parent 4e7734b commit 516e94fCopy full SHA for 516e94f
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