UNPKG

@codeparticle/formal

Version:

A <2kb library for validating data of any kind

12 lines (9 loc) 231 B
import { ValidationRule } from '../types/index.js'; /** * @file Check that something is a valid number * @name isNumber.js * @author Nick Krause * @license MIT */ declare const isNumber: ValidationRule; export { isNumber };