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

feat: add types #5

Merged
merged 3 commits into from
Aug 5, 2021
Merged

feat: add types #5

merged 3 commits into from
Aug 5, 2021

Conversation

achingbrain
Copy link
Collaborator

Adds typedefs for this module

BREAKING CHANGE: what was not typed is now typed which may suprise typed codebases

Adds typedefs for this module

BREAKING CHANGE: what was not typed is now typed which may suprise typed codebases
package.json Outdated
@@ -4,6 +4,7 @@
"description": "it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.",
"author": "Alan Shaw",
"dependencies": {
"@types/bl": "^5.0.1",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to devDeps 🙏

@alanshaw alanshaw merged commit 9235daa into alanshaw:master Aug 5, 2021
@achingbrain achingbrain deleted the feat/add-types branch August 5, 2021 09:55
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.

2 participants