1.0.0 • Published 5 years ago

checkok-number v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

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