Variable: $getBoundArguments

const $getBoundArguments: unique symbol

Defined in: pkg/symbols/src/index.ts:25

Identifies a method on a function, which returns an array of the arguments that have been bound to the function by partial application.

Since

Added in version 1.1.0.

See