UNPKG

@truschery/eimzo

Version:

A lightweight Node.js package for seamless integration with Eimzo, providing easy-to-use functionality for creating digital signatures and managing API keys.

14 lines 392 B
export default class Cryptography { b64chars: string; b64tab: {}; atob: typeof atob; Base64: any; constructor(); static encode(u: any, urisafe?: boolean): string; decode(a: string): string; noConflict(): any; encodeURI(u: string): string; localAtob(a: string): string; localDecode(cccc: string): string; } //# sourceMappingURL=Cryptography.d.ts.map