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

Export all of the types for development purposes #192

Merged
merged 1 commit into from Aug 13, 2022

Conversation

smolak
Copy link
Contributor

@smolak smolak commented Jul 31, 2022

Say I want to create a wrapper for the lib (or prepare some settings),
availability of those types will help me much.

Usage example:

import { Options } from 'metadata-scraper';

const myCustomOptions: Options = {
  // ...
}

And alike.

WDYT?

Say I want to create a wrapper for the lib (or prepare some settings),
availability of those types will help me much.

Usage example:

```ts
import { Options } from 'metadata-scraper';

const myCustomOptions: Options = {
  // ...
}
```

And alike.

WDYT?
@BetaHuhn BetaHuhn merged commit f80fc7a into BetaHuhn:master Aug 13, 2022
@BetaHuhn
Copy link
Owner

Makes sense, thanks!

@BetaHuhnBot
Copy link
Collaborator

🎉 This PR is included in version 0.2.58 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants