@jysperu/helper-slugify
v1.0.7
Published
Función slugify
Readme
Función slugify
Instalación
CDN
<script src="https://unpkg.com/@jysperu/helper-slugify@latest/dist/slugify.umd.js"></script>NPM
npm i @jysperu/helper-slugifyUso
Import
import slugify from "@jysperu/helper-slugify";Require
const slugify = require("@jysperu/helper-slugify");Browser
const { slugify } = JCore;Ejemplo
slugify("Este es una prueba de slugify"); // Expected: este-es-una-prueba-de-slugify