@firecms/core
Version:
Awesome Firebase/Firestore-based headless open-source CMS
7 lines (6 loc) • 386 B
TypeScript
export declare const toKebabCase: (str: string) => string;
export declare const toSnakeCase: (str: string) => string;
export declare function randomString(strLength?: number): string;
export declare function randomColor(): string;
export declare function slugify(text?: string, separator?: string, lowercase?: boolean): string;
export declare function unslugify(slug?: string): string;