ule::thread:

时间:2024-03-09 00:16:07
【文件属性】:

文件名称:ule::thread:

文件大小:105KB

文件格式:ZIP

更新时间:2024-03-09 00:16:07

TypeScript

: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 拆分字符串并按camelCase约定连接( foo-bar => fooBar ) kebabCase(str) 分割字符串并按kebab-case约定( fooBar => foo-bar )连接 评论: 它


【文件预览】:
scule-main
----.gitignore(57B)
----.eslintrc(62B)
----package.json(822B)
----src()
--------index.ts(2KB)
----jest.config.js(93B)
----LICENSE(1KB)
----CHANGELOG.md(212B)
----tsconfig.json(284B)
----.github()
--------banner.svg(0B)
--------workflows()
----README.md(2KB)
----.eslintignore(5B)
----renovate.json(37B)
----test()
--------scule.test.ts(2KB)
----.editorconfig(224B)
----yarn.lock(252KB)

网友评论