0.1.10 • Published 5 years ago

dao-of-validation v0.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Dao of Validation

Simple validator functions so that your if-statements read like English!

Installation

yarn add dao-of-validation

npm install dao-of-validation

Example

import { thisIsEmpty } from 'dao-of-validation';

const someString = '';

if (thisIsEmpty(someString)) {
  error.someString = 'Please fill in a string.';
}

Authors

  • Andrew Horn 

License

This project is licensed under the MIT License

0.1.10

5 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago