Skip to content

Types are not exported #169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Conversation

gijswobben
Copy link
Contributor

Python type annotations are not exported by default. In order to export types, you have to mark the package with a py.typed file (empty file) or publish types in an external location like typeshed. This PR introduces the py.typed file for the firebase_functions package.

More information on exporting types:

@gijswobben gijswobben marked this pull request as draft January 22, 2024 10:33
@gijswobben gijswobben marked this pull request as ready for review January 22, 2024 10:38
@exaby73 exaby73 linked an issue Jan 29, 2024 that may be closed by this pull request
@exaby73 exaby73 merged commit 75d5a1b into firebase:main Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Types are not exported
3 participants