The lodash method kebabCase exported as a standalone Node.js module for converting strings to kebab-case format
Overall
score
68%
Evaluation — 68%
↑ 1.08xAgent success when using this tile
A small utility module for controlling how often functions execute and how results are reused.
Each factory returns a wrapper around the supplied function that enforces the described invocation rules.
@generates
export function createSearchHandler(fetcher, quietMs);
export function createNotificationGate(notify, windowMs);
export function createInitializer(setup);
export function memoizeScorer(scorer, keySelector?);Utility helpers for wrapping functions, caching results, and controlling invocation timing.
Install with Tessl CLI
npx tessl i tessl/npm-lodash-kebabcasedocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10