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

2.2.2 • Public • Published

Installation

npm install --save @types/base64util

Summary

This package contains type definitions for base64util (https://github.com/duzun/base64util).

Details

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

index.d.ts

/* eslint-disable @typescript-eslint/naming-convention */
export const VERSION: string;

export namespace BASE64 {
    type Prototype = unknown;
}

export function _atob(data: string): string;
export function byteDecode(data: string): string;

export function _btoa(data: string): string;
export function byteEncode(data: string): string;

export function byteUrlDecode(data: string): string;
export function byteUrlEncode(data: string): string;
export function decode(data: string): string;
export function encode(data: string): string;
export function mb2utf8(data: string): string;
export function mbDecode(data: string): string;
export function mbEncode(data: string): string;
export function mbUrlDecode(data: string): string;
export function mbUrlEncode(data: string): string;
export function polyfill(data: string): string;
export function urlDecode(data: string): string;
export function urlEncode(data: string): string;
export function utf82mb(data: string): string;

export function bindProto(proto: BASE64.Prototype): void;

Additional Details

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

Credits

These definitions were written by Jonathan Ehman.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/base64util

Weekly Downloads

25

Version

2.2.2

License

MIT

Unpacked Size

4.61 kB

Total Files

5

Last publish

Collaborators

  • types