1.0.0 • Published 6 years ago

checkok-number v1.0.0

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

checkok-number

Installation

yarn add checkok checkok-number

Usage

import { check } from 'checkok'
import number from 'checkok-number'

const result = check('123').pipe(number('Should be a number'))

console.log(result) // { ok: false, message: 'Should be a number' }

License

MIT License

1.0.0

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago