1.0.2 • Published 3 years ago

zero-tool v1.0.2

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

简介 Introduction

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

使用

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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago