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

0.2.2 • Public • Published

Installation

npm install --save @types/react-native-base64

Summary

This package contains type definitions for react-native-base64 (https://github.com/eranbo/react-native-base64#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-base64.

index.d.ts

interface Base64 {
    encode: (input: string) => string;
    decode: (input: string) => string;
    encodeFromByteArray: (byteArray: Uint8Array) => string;
}

declare const base64: Base64;
export = base64;

Additional Details

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

Credits

These definitions were written by seongjoojin, and markyao6275.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-native-base64

Weekly Downloads

15,674

Version

0.2.2

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types