Skip to content

Interfaces are not exported alongside functions #44

@ngehlert

Description

@ngehlert

type DateInput
interface TimeZoneInfo
interface TimeZoneOffset
interface Time
interface SetTimeZoneOptions

are all not exported alongside the functions like findTimeZone and setTimeZone

This leads to that you have to create your own interfaces that mirror them (problematic on version update when the interface changes).
Would love to create a PR to export the types and interfaces as well.

Let me know what you think

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