UNPKG

elliotisms

Version:

reusable atomic functions for the dumb shit i reuse all the time. only about half are jokes.

11 lines (6 loc) 177 B
import slugify from "./slugify.js"; let test = () => { let str = `A woman's face with the words "Gastisten-Women" above it` console.log(slugify(str)) } test()