UNPKG

@k-msg/provider

Version:

Complete provider system with adapters and implementations for K-Message platform

3 lines (2 loc) 122 B
export declare function toBase64(bytes: Uint8Array): string; export declare function utf8ToBase64(value: string): string;