Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

in operator clarification #1325

Open
Open
@enumag

Description

@enumag

The in operator documentation says the following:

the "true" branch narrows to types which have an optional or required property n, and the "false" branch narrows to types which have an optional or missing property n.

As a typescript beginner this is very confusing to me. Which branch is executed if the type has an optional property n? The text seems to suggest that both branches are executed which can't be the case.

I'm guessing that for optional properties the in operator returns false if the property value is undefined and true otherwise?

Please rephrase this to make it clear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions