This package is the internal `replaceHolders` function extracted from lodash v3.0.0 (modern build). It exists only for legacy lodash internal dependency chaining and is not intended for direct public use. The function replaces placeholder objects (e.g., lodash's `_`) in arrays for partial application. This package is deprecated in favor of lodash v4+ where internal modules are removed.
npm install lodash._replaceholdersVerified import paths — ran on the pinned version, not inferred.
Shows usage of replaceHolders to mark placeholder positions in an array.
Upgrade to lodash v4 and use _.partial or _.partialRight instead.
Ensure array is an array and placeholders is an array of placeholder values.
Run `npm install lodash._replaceholders@3.0.0` or migrate to lodash v4.
Use `var replaceHolders = require('lodash._replaceholders');` in a Node.js CJS context.No dependency data recorded yet.