Skip to content

Support for Flow intersection types #694

Closed
@PCreations

Description

@PCreations

documentation.js supports Flow union type but doesn't seem to support intersection. Any reason to not supporting it ?

export type Foo = {a: number} & {b: number};

Should generate :

Type: ({a: number} & {b: number});

But documentation.js doesn't generate anything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions