UNPKG

@technobuddha/library

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