神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface BooleanConstructor

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

      • T

      Parameters

      • Optionalvalue: T

      Returns boolean

    • Type Parameters

      • T

      Parameters

      • Optionalvalue: T

      Returns boolean

    Index

    Constructors

    Properties

    Constructors

    Properties

    prototype: Boolean