vast-utils
v0.1.1
Published
A JavaScript utils tool library using Rollup
Maintainers
Readme
Quick to use
- Clone
# 克隆项目(vast-utils)
git clone https://github.com/yayxs/vast-utils- Use in Pro
yarn add vast-utils
// 导入
import { xxx } from 'vast-utils'
- test
yarn test // use jestConstants
isHttpsMailtoTel ⇒ Boolean
是否是 http/https/mailto/tel 开头
Kind: global constant
| Type | Description | | ------------------- | ----------- | | String | path 地址 |
isStart ⇒ Boolean
是否是 '12:34' 格式
Kind: global constant
| Type | Description | | ------------------- | ----------- | | String | str |
isGuoNeiCall ⇒ Boolean
是否是 国内电话
Kind: global constant
| Type | Description | | ------------------- | --------------------------------------- | | String | 电话号码 0370-3731666 或者 021-87888822 |
Git 提交规范
feat增加新功能fix修复问题/BUGstyle代码风格相关无影响运行结果的perf优化/性能提升refactor重构revert撤销修改test测试相关docs文档/注释chore依赖更新/脚手架配置修改等workflow工作流改进ci持续集成types类型定义文件更改wip开发中
