UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 241 B
/** * Convert an identifier string to human readable form * * @param input The identifer string * @returns the identifier in human readable form */ export declare function toHumanCase(input: string): string; export default toHumanCase;