UNPKG

@studiohyperdrive/utils

Version:
7 lines (6 loc) 177 B
/** * Converts a camelCase string to a human-readable sentence * * @param value - The provided value */ export declare const camelCaseToSentence: (value: string) => string;