Files
2026-04-13 08:19:53 +08:00

13 lines
322 B
JavaScript

'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;