UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

13 lines (8 loc) 322 B
'use strict'; Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const lowerFirst$1 = require('../../string/lowerFirst.js'); const toString = require('../util/toString.js'); function lowerFirst(str) { return lowerFirst$1.lowerFirst(toString.toString(str)); } exports.lowerFirst = lowerFirst;