apply$1<T extends JSAny, A extends JSAny, R extends JSAny> function
- @JS('apply')
- JSFunction target,
- T thisArgument,
- Readonly<
A> argumentsList
Method apply$1
Type Parameters:
- T
- A extends readonly any[]
- R
Parameters:
- target: (this: T, ...args: A) => R
- thisArgument: T
- argumentsList: Readonly
Implementation
@_i1.JS('apply')
external R apply$1<T extends _i1.JSAny, A extends _i1.JSAny, R extends _i1.JSAny>(
_i1.JSFunction target,
T thisArgument,
_i2.Readonly<A> argumentsList,
);