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

1.2.5 • Public • Published

Installation

npm install --save @types/btoa

Summary

This package contains type definitions for btoa (https://git.coolaj86.com/coolaj86/btoa.js.git).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/btoa.

index.d.ts

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

declare function btoa(str: string | Buffer): string;

export = btoa;

Additional Details

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

Credits

These definitions were written by John Wright, and Alex Brick.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/btoa

    Weekly Downloads

    90,834

    Version

    1.2.5

    License

    MIT

    Unpacked Size

    2.99 kB

    Total Files

    5

    Last publish

    Collaborators

    • types