UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 221 B
/** * Convert an identifier string to a dash form * * @param input The identifier string * @returns the ientifier in dash form */ export declare function toDashCase(input: string): string; export default toDashCase;