ule::thread: 源码
:thread: Scule 安装 使用npm或yarn安装: npm i scule # or yarn add scule 进口: // CommonJS const { pascalCase } = require ( 'scule' ) // ESM import { pascalCase } from 'scule' 注意:您可能需要为旧版环境转换软件包 实用程序 pascalCase(str) 拆分字符串并按PascalCase约定连接( foo-bar => FooBar ) 评论: 如果大写字母后跟其他大写字符(如FooBAR ),则保留它 camelCase
下载地址
用户评论