This repository has been archived on 2026-03-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
StasisWarden-Legacy/node_modules/es-toolkit/dist/compat/string/lowerFirst.mjs
T

9 lines
217 B
JavaScript

import { lowerFirst as lowerFirst$1 } from '../../string/lowerFirst.mjs';
import { toString } from '../util/toString.mjs';
function lowerFirst(str) {
return lowerFirst$1(toString(str));
}
export { lowerFirst };