@types/base64-stream
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Installation

npm install --save @types/base64-stream

Summary

This package contains type definitions for base64-stream (https://github.com/mazira/base64-stream).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/base64-stream.

index.d.ts

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

import { Transform, TransformOptions } from "stream";
export class Base64Decode extends Transform {}
export class Base64Encode extends Transform {
    constructor(
        options?: TransformOptions & {
            outputEncoding?: string | null | undefined;
            inputEncoding?: string | undefined;
            lineLength?: number | undefined;
            prefix?: string | undefined;
        },
    );
}

Additional Details

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

Credits

These definitions were written by Sean O'Brien, and Erik Weatherwax.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    146,761
  • 1.0.4
    5,249
  • 1.0.3
    2,211
  • 1.0.2
    54,226
  • 1.0.1
    771
  • 1.0.0
    118

Package Sidebar

Install

npm i @types/base64-stream

Weekly Downloads

172,151

Version

1.0.5

License

MIT

Unpacked Size

3.75 kB

Total Files

5

Last publish

Collaborators

  • types