UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

9 lines (8 loc) 282 B
"use client"; //#region packages/@mantine/hooks/src/utils/lower-first/lower-first.ts function lowerFirst(value) { return typeof value !== "string" ? "" : value.charAt(0).toLowerCase() + value.slice(1); } //#endregion export { lowerFirst }; //# sourceMappingURL=lower-first.mjs.map