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'));

Readme

Keywords

Package Sidebar

Install

npm i zero-tool

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.06 kB

Total Files

6

Last publish

Collaborators

  • wang-yes