0.3.5 • Published 2 years ago

@types/gzip-js v0.3.5

Weekly downloads
895
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/gzip-js

Summary

This package contains type definitions for gzip-js (https://github.com/beatgammit/gzip-js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gzip-js.

index.d.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: Thu, 08 Jul 2021 14:22:37 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by rhysd.

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

4 years ago

0.3.2

5 years ago

0.3.1

7 years ago

0.3.0

7 years ago