Skip to content

lukejagodzinski/meteor-astronomy-simple-validators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Validators module for Meteor Astronomy

This package is an extension of the core validation package jagi:astronomy-validators. The core package uses functional validators where writing validation rules requires a little bit more of code to be written. Functional validators are faster and more powerful than simple validators. However, simple (string) validators are a lot more concise.

A detailed information about this module can be found here.