This commit is contained in:
6
node_modules/licia/slugify.d.ts
generated
vendored
Normal file
6
node_modules/licia/slugify.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare function slugify(
|
||||
str: string,
|
||||
replacement?: { [index: string]: string }
|
||||
): string;
|
||||
|
||||
export = slugify;
|
||||
Reference in New Issue
Block a user