Skip to main content
Module

x/slugify/mod.ts>slugify.extend

A string slugifier
Latest
variable slugify.extend
import { slugify } from "https://deno.land/x/slugify@0.3.0/mod.ts";
const { extend } = slugify;

type

(customMap: { [key: string]: string; }) => void