diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index c2712dae92..9d629ccd10 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -2695,7 +2695,7 @@ declare function final(constructor: Constructor): void; declare function inline(...args: any[]): any; declare namespace inline { /** Explicitly requests inlined function calls on the provided expression wherever possible. */ - declare function always(value: T): T; + export function always(value: T): T; } /** Annotates a method, function or constant global as unsafe. */