We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now that we have well types for metascraper package:
metascraper
https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper/src/index.d.ts
It's also necessary to add types per every metascraper-* package. Similar to:
metascraper-*
declare module 'metascraper-*' { export default function rules(): import('metascraper').RuleSet; }
but also declaring the options available in every package.
The text was updated successfully, but these errors were encountered:
feat: add types for packages
91a1cee
Closes #676
feat: add types for packages (#677)
8b8339c
* feat: add types for packages Closes #676 * refactor(types): use declare
Successfully merging a pull request may close this issue.
Now that we have well types for
metascraper
package:https://github.com/microlinkhq/metascraper/blob/master/packages/metascraper/src/index.d.ts
It's also necessary to add types per every
metascraper-*
package. Similar to:but also declaring the options available in every package.
The text was updated successfully, but these errors were encountered: