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

1.0.1 • Public • Published

checkok-equal

Installation

yarn add checkok checkok-equal

Usage

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

const result = check('123').pipe(equal('456', 'Password should be same'))

console.log(result) // { ok: false, message: 'Password should be same' }

License

MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i checkok-equal

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.44 kB

Total Files

9

Last publish

Collaborators

  • forsigner