UNPKG

react-native

Version:

A framework for building native apps using React

13 lines (11 loc) 232 B
/** * @flow strict * @format */ declare module 'base64-js' { declare module.exports: { byteLength: string => number, fromByteArray: (Uint8Array | Array<number>) => string, toByteArray: string => Uint8Array, }; }