UNPKG

friendly-word-slug

Version:
4 lines (3 loc) 146 B
declare type InputType = "camelCase" | "kebabCase" | "snakeCase"; export declare function words(n?: number, type?: InputType): string; export {};