Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jun 28, 2023
1 parent 64f5eca commit b1729aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Joey Reed <joeyrreed@gmail.com>
Jordan-Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
Joris Labie <joris.labie1@gmail.com>
Justin Dennison <justin1dennison@gmail.com>
KATTA NAGA NITHIN <88046362+nithinkatta@users.noreply.github.com>
Marcus <mfantham@users.noreply.github.com>
Matt Cochrane <matthew.cochrane.eng@gmail.com>
Milan Raj <rajsite@users.noreply.github.com>
Expand Down
4 changes: 3 additions & 1 deletion docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

// TypeScript Version: 2.0

/// <reference types="@types/node"/>

/**
* Tests if a value is a gzip buffer (or Uint8Array).
*
Expand All @@ -44,7 +46,7 @@
* var bool = isgzipBuffer( [] );
* // returns false
*/
declare function isgzipBuffer( value: any ): boolean;
declare function isgzipBuffer( value: any ): value is Uint8Array | Buffer;


// EXPORTS //
Expand Down

0 comments on commit b1729aa

Please sign in to comment.