Variable: $boundArguments

const $boundArguments: unique symbol

Defined in: pkg/symbols/src/deprecated.ts:11

Identifies a property of a function, which holds an array of arguments that have been bound to this function by partial application.

Deprecated

as of @longlast/symbols@1.1.0. Use $getBoundArguments instead

See