New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

izz

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

izz

is type shorthands for fliphub, hundreds of type checks, modular exports

latest
Source
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

izz

NPM version MIT License fliphub flipfam

is type shorthands, hundreds of type checks, modular exports

📦 usage

yarn add izz
npm i izz --save
const izz = require('izz')

// also available with modular imports
const isPromise = require('izz/promise')
const isNumber = require('izz/num')
const isBindable = require('izz/bindable')
const isGlob = require('izz/glob')
const isCi = require('izz/ci')
const isWindows = require('izz/windows')

const isArrOf = require('izz/arrOf')
console.log(isArrOf(['strings?', 'all stringy'], 'string'))
  • extends is
  • extends is_js

fns

  • is.bindable
  • is.promise
  • is.arrOf
  • is.num/number
  • is.class
  • is.obj/object/objLike/objectLike/plainObj/plainObject
  • is.hostObj/hostObject
  • is.emptyObj/emptyObject
  • is.emptyStr/emptyString
  • is.set
  • is.map
  • is.ci
  • is.win/windows
  • is.gen/generator
  • is.fn/func/function
  • is.str/string
  • is.instanceOf
  • is.real/notReal
  • is.toType (returns string of type)
  • is.arrOf
  • is.glob

todo

  • update docs with full api

Keywords

helpers

FAQs

Package last updated on 11 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts