Skip to content

A/Any namespace doesn't export "If" type #328

Open
@BartoszHolubowicz

Description

@BartoszHolubowicz

🐞 Bug Report

Describe the bug

ts-toolbelt/out/Any/_api.d.ts doesn't export the If type, making it harder to access.

Reproduce the bug

Install [email protected] and check the ts-toolbelt/out/Any/_api.d.ts file. If export is missing.

Expected behavior

ts-toolbelt/out/Any/_api.d.ts file should include If type export.

Possible Solution

Add this line to the ts-toolbelt/out/Any/_api.d.ts file:

export { If } from './If';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions