UNPKG

@commodo/fields-storage-ref

Version:

We're working hard to get all the docs in order. New articles will be added daily.

13 lines (10 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = string => { return string.charAt(0).toLowerCase() + string.slice(1); }; exports.default = _default; //# sourceMappingURL=firstCharacterToLower.js.map