slugify.d.ts 55 B

1
  1. export declare const slugify: (str: string) => string;