checkok-url
v1.0.1
Published
Url validator for checkok
Readme
checkok-email
Installation
yarn add checkok checkok-emailUsage
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' }