UNPKG

accelerator-tool

Version:

The Accelerator devtool. Generally invoked with accelerator-tool, npx accelerator-tool, or xlr8r.

4 lines (3 loc) 98 B
export function getNounNormalizationString(noun, modifier) { return `${noun}-${modifier}`; }