npm.io
1.2.5 • Published 2 years ago

@types/btoa

Licence
MIT
Version
1.2.5
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
51.4K

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 2205 GMT
  • Dependencies: @types/node

Credits

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