UNPKG

cesr

Version:

[![NPM Version](https://img.shields.io/npm/v/cesr.svg?style=flat)](https://www.npmjs.com/package/cesr) [![NPM License](https://img.shields.io/npm/l/cesr.svg?style=flat)](https://github.com/lenkan/cesr-js/blob/main/LICENSE)

5 lines (4 loc) 279 B
export declare function decodeBase64Int(str: string): number; export declare function encodeBase64Int(value: number, length?: number): string; export declare function encodeBase64Url(uint8: Uint8Array): string; export declare function decodeBase64Url(input: string): Uint8Array;