On this page
Constructors
Properties

Interface BooleanConstructor

interface BooleanConstructor {
    new BooleanConstructor(value?: any): Boolean;
    prototype: Boolean;
    <T>(value?: T): boolean;
}
  • Type Parameters

    • T

    Parameters

    • Optionalvalue: T

    Returns boolean

Index

Constructors

Properties

Constructors

  • Parameters

    • Optionalvalue: any

    Returns Boolean

Properties

prototype: Boolean
Was this helpful?
SDK JS
Reference
BooleanConstructor