Skip to content
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

fix: export typescript interfaces #197

Merged

Conversation

OACDesigns
Copy link
Contributor

exports the typescript interfaces for polished data from the alpha namespace, so they
can be used when imported as an es module.

for example:

import Alphavantage from "alphavantage"
const alpha = Alphavantage({key: 'api_key'});

// ...
const polishedData = alpha.util.polish<Alphavantage.StockQuote>(rawData);

closes #196

exports the polished data interfaces from the alpha namespace, so they
can be used when imported.

closes zackurben#196
@coveralls
Copy link

Coverage Status

Coverage decreased (-77.0%) to 16.97% when pulling 7561adf on OACDesigns:export-typescript-interfaces into 847f843 on zackurben:master.

@zackurben
Copy link
Owner

@OACDesigns Thanks for the contribution! My apologies for the delay.

@zackurben zackurben merged commit 26c4fde into zackurben:master May 2, 2021
@OACDesigns
Copy link
Contributor Author

thanks for merging! :)

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.

unable to import polished data interfaces [typescript]
3 participants