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

0.5.3 • Public • Published

Installation

npm install --save @types/fast64

Summary

This package contains type definitions for fast64 (https://github.com/superhuman/fast64).

Details

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

index.d.ts

export interface Options {
    uint8Array: boolean;
}

export function encode(value: string): string;
export function decode(base64: string): string;
export function decode(base64: string, options: Options): Uint8Array;
export function urlencode(value: string): string;
export function urldecode(base64: string): string;
export function urldecode(base64: string, options: Options): Uint8Array;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Rares Matei.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/fast64

Weekly Downloads

428

Version

0.5.3

License

MIT

Unpacked Size

3.29 kB

Total Files

5

Last publish

Collaborators

  • types