Options
All
  • Public
  • Public/Protected
  • All
Menu

Module not

Index

Variables

Const array

array: object = predicate("object")(Array.isArray)

Type declaration

Const bigint

bigint: object = of("bigint")

Type declaration

Const boolean

boolean: object = of("boolean")

Type declaration

Const func

func: object = of("function")

Type declaration

Const number

number: object = of("number")

Type declaration

Const object

object: object = of("object")

Type declaration

Const string

string: object = of("string")

Type declaration

Const symbol

symbol: object = of("symbol")

Type declaration

Const undef

undef: object = of("undefined")

Type declaration

Functions

of

  • Ensure that the input value is not one the specific primitive javascript objects.

    Type parameters

    Parameters

    • type: K

      string representing the typeof string for the object to exclude.

    Returns Parser<TypeNameToPrimitive<Exclude<PrimitiveString, K>>, string, I>

Generated using TypeDoc