UNPKG

unenv

Version:

`unenv` is a framework-agnostic system that allows converting JavaScript code to be platform agnostic and work in any environment including Browsers, Workers, Node.js, or JavaScript runtime.

4 lines (3 loc) 180 B
export declare function byteLength(b64: any): number; export declare function toByteArray(b64: any): any[] | Uint8Array; export declare function fromByteArray(uint8: any): string;