Interface Boolean

    interface Boolean {
        valueOf(): boolean;
    }

    Methods

    Methods

    • Returns the primitive value of the specified object.

      Returns boolean