@types/gzip-js
Advanced tools
@@ -10,5 +10,5 @@ // Type definitions for gzip-js 0.3 | ||
| export interface ZipOptions { | ||
| level?: number; | ||
| name?: string; | ||
| timestamp?: number; | ||
| level?: number | undefined; | ||
| name?: string | undefined; | ||
| timestamp?: number | undefined; | ||
| } | ||
@@ -15,0 +15,0 @@ export function zip(data: string | number[] | Buffer | Uint8Array, opts?: ZipOptions): number[]; |
| { | ||
| "name": "@types/gzip-js", | ||
| "version": "0.3.2", | ||
| "version": "0.3.3", | ||
| "description": "TypeScript definitions for gzip-js", | ||
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js", | ||
| "license": "MIT", | ||
@@ -24,4 +25,4 @@ "contributors": [ | ||
| }, | ||
| "typesPublisherContentHash": "2f0c6c6403d83504a42afe880175272b0a8d28642ea7f1d0b810b56ea9d27d0c", | ||
| "typeScriptVersion": "3.3" | ||
| "typesPublisherContentHash": "141581bbda102e232aabad56aa85008621f60d63ae5111bbbfd7a743acbd9967", | ||
| "typeScriptVersion": "3.6" | ||
| } |
+21
-1
@@ -9,5 +9,25 @@ # Installation | ||
| Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js. | ||
| ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js/index.d.ts) | ||
| ````ts | ||
| // Type definitions for gzip-js 0.3 | ||
| // Project: https://github.com/beatgammit/gzip-js | ||
| // Definitions by: rhysd <https://github.com/rhysd> | ||
| // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
| // TypeScript Version: 2.1 | ||
| /// <reference types="node" /> | ||
| export interface ZipOptions { | ||
| level?: number | undefined; | ||
| name?: string | undefined; | ||
| timestamp?: number | undefined; | ||
| } | ||
| export function zip(data: string | number[] | Buffer | Uint8Array, opts?: ZipOptions): number[]; | ||
| export function unzip(data: number[] | Buffer | Uint8Array): number[]; | ||
| export const DEFAULT_LEVEL: number; | ||
| ```` | ||
| ### Additional Details | ||
| * Last updated: Sat, 26 Dec 2020 15:13:59 GMT | ||
| * Last updated: Thu, 08 Jul 2021 14:22:37 GMT | ||
| * Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +34,0 @@ * Global values: none |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
3798
29.01%1
-50%37
117.65%