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

1.1.3 • Public • Published

Installation

npm install --save @types/b2a

Summary

This package contains type definitions for b2a (https://github.com/kaelzhang/b2a#readme).

Details

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

index.d.ts

/**
 * Converts base64 string back into original text
 */
declare function atob(base64: string): string;

/**
 * Converts base64url string back into original text
 */
declare function atobu(base64: string): string;

/**
 * Converts text into base64 string
 */
declare function btoa(text: string): string;

/**
 * Converts text into base64url string
 */
declare function btoau(text: string): string;

export { atob, atobu, btoa, btoau };

Additional Details

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

Credits

These definitions were written by PatPL, and Merlinio.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.00ts2.0
1.0.00ts2.1
1.0.00ts2.2
1.0.00ts2.3
1.0.00ts2.4
1.0.00ts2.5
1.0.00ts2.6
1.0.00ts2.7
1.0.00ts2.8
1.0.00ts2.9
1.0.00ts3.0
1.0.00ts3.1
1.0.00ts3.2
1.0.00ts3.3
1.0.00ts3.4
1.0.00ts3.5
1.0.00ts3.6
1.0.00ts3.7
1.1.0103ts3.8
1.1.0103ts3.9
1.1.0103ts4.0
1.1.0103ts4.1
1.1.0103ts4.2
1.1.0103ts4.3
1.1.0103ts4.4
1.1.355ts5.6
1.1.355latest
1.1.355ts4.5
1.1.355ts4.6
1.1.355ts4.7
1.1.355ts4.8
1.1.355ts4.9
1.1.355ts5.0
1.1.355ts5.1
1.1.355ts5.2
1.1.355ts5.3
1.1.355ts5.4
1.1.355ts5.5
1.1.355ts5.7

Version History

VersionDownloads (Last 7 Days)Published
1.1.355
1.1.20
1.1.10
1.1.0103
1.0.00

Package Sidebar

Install

npm i @types/b2a

Weekly Downloads

131

Version

1.1.3

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • types