Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f16b08f

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /