Variable: $boundArguments

const $boundArguments: unique symbol

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

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

See