Skip to content

BasesFunction.apply method

BasesFunction › apply

Unofficial

Applies the function.

Signature:

apply(args?: unknown[]): unknown

Parameters:

Parameter Type Description
args? unknown[] The arguments to apply.

Returns: unknownThe result of applying the function.