An internal lodash utility module that creates a function for combining words using a specified separator and callback. This is part of lodash's modular build system for v3.0.0 only. It is not intended for public use; developers should use the full lodash package or lodash-es instead. The module is deprecated in favor of lodash v4+, which no longer exposes this internal function as a standalone package.
npm install lodash._createcompounderVerified import paths — ran on the pinned version, not inferred.
Shows how to use createCompounder to build a custom word-joiner function.
Use the full lodash package (v4+) or lodash-es for ESM.
Upgrade to lodash v4 and use public API functions like _.camelCase or _.kebabCase.
Avoid using internal packages; use lodash public API.
Install version 3.0.0: npm install lodash._createcompounder@3.0.0
Use: var createCompounder = require('lodash._createcompounder');No dependency data recorded yet.