leutil

1.0.2 • Public • Published

util

JavaScript 非常规工具库

Install

npm install leutil

// or
yarn add leutil

Api

isEmail(email: String): Boolean 校验邮箱格式

import { isEmail } from 'leutil';

isEmail('abc@def.com');
// => true

isEmail('abcdef.com');
// => false

isPhoneNum(phone: String): Boolean 国内手机号码格式简单校验

import { isPhoneNum } from 'leutil';

isPhoneNum('18767565433');
// => true
isPhoneNum('1876756533');
// => false

Readme

Keywords

Package Sidebar

Install

npm i leutil

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

29.4 kB

Total Files

11

Last publish

Collaborators

  • skylor