@ellabenatia/slugger
v1.2.0
Published
slugger accepts any number of strings as arguments and returns a single string with hyphens between each word. ## installation ``` npm i @ellabenatia/slugger ```
Downloads
2
Readme
SLUGGER
slugger accepts any number of strings as arguments and returns a single string with hyphens between each word.
installation
npm i @ellabenatia/slugger
CommonJS
ES6 modules
import marker from '@ellabenatia/slugger';