1.0.2 • Published 4 years ago

@mergimuka/ahv-validator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Installation

Via npm

$ npm install @mergimuka/ahv-validator

Usage nodejs

const check = require('@mergimuka/ahv-validator').default;
const result = check('756.9217.0769.85')

Usage typescript

import check from '@mergimuka/ahv-validator';
const result = check('756.9217.0769.85')

Result

result = {
    valid: true,
    length: 13,
    description: "some description"
}

Security

If you discover any security related issues, please email mergimuka1@gmail.com instead of using the issue tracker.

Credits

License

MIT. Please see the license file for more information.