Skip to content

Commit

Permalink
minor optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
101arrowz committed May 13, 2023
1 parent 0f439ed commit 3280868
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 80 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Expand Up @@ -325,7 +325,7 @@ ___

**gunzip**(`data`: Uint8Array, `opts`: [AsyncGunzipOptions](interfaces/asyncgunzipoptions.md), `cb`: [FlateCallback](README.md#flatecallback)): [AsyncTerminable](interfaces/asyncterminable.md)

Asynchronously expands GZIP data
Asynchronously expands single-member GZIP data

#### Parameters:

Expand All @@ -339,7 +339,7 @@ Name | Type | Description |

**gunzip**(`data`: Uint8Array, `cb`: [FlateCallback](README.md#flatecallback)): [AsyncTerminable](interfaces/asyncterminable.md)

Asynchronously expands GZIP data
Asynchronously expands single-member GZIP data

#### Parameters:

Expand All @@ -356,7 +356,7 @@ ___

**gunzipSync**(`data`: Uint8Array, `out?`: Uint8Array): Uint8Array

Expands GZIP data
Expands single-member GZIP data

#### Parameters:

Expand Down

0 comments on commit 3280868

Please sign in to comment.