mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Like `Function.prototype.bind` (but unlike `ramda.partial`) it takes the curried arguments as rest arguments, not as an array; cf. https://lodash.com/docs/4.17.10#partial and https://underscorejs.org/#partial.