芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@babel/types/scripts/utils/lowerFirst.js
export default function lowerFirst(string) { return string[0].toLowerCase() + string.slice(1); }