zero-tool
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

简介 Introduction

封装了一些 js 常用工具函数

使用

  • usePattern 可以获取常用正则
  • useValidate 进行校验
import { useValidate, usePattern } from 'zero-tool';
console.log(useValidate('email', '123asa@1.com'));
console.log(usePattern('car'));

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i zero-tool

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.06 kB

Total Files

6

Last publish

Collaborators

  • wang-yes