1.1.1 • Published 5 years ago

checkok v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

checkok

npm Build Status Coverage Status npm GitHub license

Installation

yarn add checkok checkok-string checkok-required checkok-email

Usage

import { check } from 'checkok'
import string from 'checkok-string'
import required from ' check-required'
import email from ' check-email'

const result = check('test@test.com').pipe(
  string(),
  required('can not empty'),
  email('Email is invalid'),
)

console.log(result) // { ok: true }

License

MIT License

1.1.1

5 years ago

1.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.1-alpha.0

5 years ago

1.0.0

5 years ago