File size: 182 Bytes
5641073
 
 
 
 
1
2
3
4
5
6
export declare type BrowserEncoding = 'hex' | 'base64' | 'utf8';
/**
 * @hidden
 */
export declare const mustGetEncoder: (encoding: BrowserEncoding) => (data: Uint8Array) => string;