1. 首页
  2. 数据库
  3. 其它
  4. ule::thread: 源码

ule::thread: 源码

上传者: 2021-02-24 16:28:12上传 ZIP文件 105.41KB 热度 12次
: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
下载地址
用户评论