checkok-email
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

checkok-email

Installation

yarn add checkok checkok-email

Usage

import { check } from 'checkok'
import email from 'checkok-email'
 
const result = check('foo').pipe(email('should be a email'))
 
console.log(result) // { ok: false, message: 'should be a email' }

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i checkok-email

Weekly Downloads

12

Version

1.0.1

License

MIT

Unpacked Size

4.51 kB

Total Files

9

Last publish

Collaborators

  • forsigner