UNPKG

tk-dwml-to-json

Version:

A fork of simple DWML parser by tkafka

7 lines (6 loc) 137 B
export function slugify(str) { if (typeof str === "string") { return str.toLowerCase().replace(/[^a-z0-9]+/g, "-"); } return str; }