1.0.4 • Published 2 years ago

dl-validation v1.0.4

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

DL Validation

npm GitHub tag (latest SemVer) codecov GitHub issues

This package is loosely based on the Checkr drivers license validation regex.

Usage

const DLValidation = require('dl-validation')

DLValidation.validate("CA", "111112001")

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

ISC


my-package-name

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

My awesome module

Install

npm install my-package-name

Usage

import { myPackage } from 'my-package-name';

myPackage('hello');
//=> 'hello from my package'

API

myPackage(input, options?)

input

Type: string

Lorem ipsum.

options

Type: object

postfix

Type: string Default: rainbows

Lorem ipsum.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago