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

1.4.2 • Public • Published

Installation

npm install --save @types/b64-lite

Summary

This package contains type definitions for b64-lite (https://github.com/kevlened/b64-lite#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/b64-lite.

index.d.ts

export as namespace b64Lite;

export function btoa(source: string): string;
export function toBase64(source: string | ArrayLike<number> | ArrayBufferLike): string;

export function atob(encoded: string): string;
export function fromBase64(encoded: string): string;
export function toBuffer(encoded: string): Uint8Array;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by JasonHK, and Junxiao Shi.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/b64-lite

Weekly Downloads

3,120

Version

1.4.2

License

MIT

Unpacked Size

3.36 kB

Total Files

5

Last publish

Collaborators

  • types