@types/do-not-zip
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/do-not-zip

Summary

This package contains type definitions for do-not-zip (https://github.com/Conduitry/do-not-zip).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/do-not-zip.

index.d.ts

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

export function toArray(files: File[]): number[];
export function toAuto(files: File[]): Buffer | Blob;
export function toBuffer(files: File[]): Buffer;
export function toBlob(files: File[]): Blob;

export interface File {
    path: string;
    data: any;
}

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Alexander Cerutti.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/do-not-zip

Weekly Downloads

400

Version

1.0.2

License

MIT

Unpacked Size

3.24 kB

Total Files

5

Last publish

Collaborators

  • types