UNPKG

@newdash/newdash

Version:

javascript/typescript utility library

12 lines (11 loc) 230 B
/** * * toLower case * * @since 5.19.0 * @category String * @param value The string to convert. * @returns Returns the lower cased string. */ export declare function toLower(value: string): string; export default toLower;