0.5.8 • Published 3 years ago

@gx-solution/tools v0.5.8

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

藏宝图-前端 JS 公共方法库

此项目已迁移 >>> 新地址

服务于藏宝图前端项目快捷使用,避免重复造轮子

支持导出 UMD 和 ES 两种格式引入

安装

浏览器引入:

<script src="lib/index.js" />
<script>
  const number = random(0, 10); // 生成0~10的随机整数
</script>

需要自行将打包后生成的 lib 目录下的 index.js 文件移植到你的项目中,再引入即可

使用 npm:

$ npm i @gx-solution/tools

示例:

import {firstLetterUpperCase} from '@gx-solution/tools';
const str = firstLetterUpperCase('aaa'); // 生成首字母大写字符串Aaa

维护者

@黄云辉

使用许可

MIT © 成都国星宇航科技有限公司

0.5.8

3 years ago

0.5.7

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

1.0.0

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.3.0

3 years ago

0.1.0

3 years ago