vapi.is

0.1.3 • Public • Published

vapi.is

Validation of type.

API Supported

  • is
  • isA
  • isAn
  • isAny
  • isArray
  • isFrozen
  • isFunction
  • isNumber
  • isObject
  • isSealed
  • isString

How to use

Install.

# With npm 
npm install --save vapi.is
 
# With yarn 
yarn add vapi.is

Import vapi.is.

// Import all validations
import * as validations from 'vapi.is'
// A especific validation
import {isString} from 'vapi.is/isString'
// no recommended
import {isString} from 'vapi.is'

Readme

Keywords

Package Sidebar

Install

npm i vapi.is

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • jondotsoy