oslllo-validator

3.1.0 • Public • Published

Cover Image

CI/Test npm Coverage Status

Documentation, Installation, and Usage Instructions

See the full installation and usage documentation HERE.

The Objective

Create an all in one Javascript validator for my application(s).

The Problem / Why

I wanted an all in one JS validator.

Usage Examples

Check if value is actual NaN

const is = require("oslllo-validator");

is.actualNaN(NaN); // => True
is.actualNaN(null); // => False
is.actualNaN(undefined); // => False

Check if UUID

const is = require("oslllo-validator");

is.UUID("A987FBC9-4BED-3078-CF07-9141BA07C9F3", 3); // => True
is.UUID("xxxA987FBC9-4BED-3078-CF07-9141BA07C9F3", 3); // => False

Package Sidebar

Install

npm i oslllo-validator

Weekly Downloads

9,751

Version

3.1.0

License

MIT

Unpacked Size

109 kB

Total Files

131

Last publish

Collaborators

  • ghustavh97