ow
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Ow

Callable

  • __call(value: any, predicate: Predicate): void
  • Parameters

    • value: any
    • predicate: Predicate

    Returns void

Index

Properties

array

Test the value to be an array.

arrayBuffer

arrayBuffer: Predicate<ArrayBuffer>

Test the value to be a ArrayBuffer.

boolean

Test the value to be a boolean.

buffer

buffer: Predicate<Buffer>

Test the value to be a Buffer.

date

Test the value to be a Date.

error

Test the value to be an Error.

float32Array

float32Array: Predicate<Float64Array>

Test the value to be a Int32Array.

float64Array

float64Array: Predicate<Float64Array>

Test the value to be a Uint64Array.

function

function: Predicate<Function>

Test the value to be a Function.

int16Array

int16Array: Predicate<Int16Array>

Test the value to be a Int16Array.

int32Array

int32Array: Predicate<Int32Array>

Test the value to be a Int32Array.

int8Array

int8Array: Predicate<Int8Array>

Test the value to be a Int8Array.

iterable

iterable: Predicate<Iterable<any>>

Test the value to be Iterable.

null

null: Predicate<null>

Test the value to be null.

number

Test the value to be a number.

promise

promise: Predicate<Promise<any>>

Test the value to be a Promise.

regExp

regExp: Predicate<RegExp>

Test the value to be a RegExp.

string

Test the value to be a string.

symbol

symbol: Predicate<Symbol>

Test the value to be a Symbol.

typedArray

typedArray: Predicate<TypedArray>

Test the value to be a typed array.

uint16Array

uint16Array: Predicate<Uint16Array>

Test the value to be a Uint16Array.

uint32Array

uint32Array: Predicate<Uint32Array>

Test the value to be a Uint32Array.

uint8Array

uint8Array: Predicate<Uint8Array>

Test the value to be a Uint8Array.

uint8ClampedArray

uint8ClampedArray: Predicate<Uint8ClampedArray>

Test the value to be a Uint8ClampedArray.

undefined

undefined: Predicate<undefined>

Test the value to be undefined.