Options
All
  • Public
  • Public/Protected
  • All
Menu

polly 🕵️‍♀️

styled with prettier Build Status devDependencies Status Coverage Status

Lie detection for JavaScript data structures

Index

Variables

sym

sym: symbol = Symbol('key')

Functions

isArr

  • isArr(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isBoolean

  • isBoolean(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isDate

  • isDate(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isError

  • isError(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isNull

  • isNull(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isNum

  • isNum(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isObj

  • isObj(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isRegExp

  • isRegExp(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isStr

  • isStr(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isSymbol

  • isSymbol(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

isUndefined

  • isUndefined(arg: any): boolean
  • Parameters

    • arg: any

    Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc