MCPcopy
hub / github.com/lektor/lektor / SlugifyOptions

Interface SlugifyOptions

frontend/js/slugify.ts:362–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360};
361
362interface SlugifyOptions {
363 replacement: string;
364 remove: string | RegExp;
365 charmap: Record<string, string>;
366 multicharmap: Record<string, string>;
367}
368
369const pretty: SlugifyOptions = {
370 replacement: "-",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected