0.1.2 • Published 2 years ago

valdie v0.1.2

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

Valdie

CI npm NPM Downloads

A TypeScript and JavaScript Validation Library that works

  • 🎉 It doesn't have any dependancy
  • 💪 Simple api
  • 📦 It works with TypeScript

You probably never knew you needed it but here you go.

Getting started

npm i valdie

or

yarn add valdie

using deno

import valdie from 'https://cdn.skypack.dev/valdie'

Documentation

  1. isEmail
  2. isInteger
  3. isString
  4. isURL

They are two ways of consuming our api

import { isEmail } from "valdie"

console.log(isEmail("test@test.com")) // true
let { message,success } = isEmail("test@gmail.com")

isInteger

console.log(isInteger(34)) // true

Maintainers

Licence

The project is under MIT Licence 2021

0.1.2

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago