DIR: /proc/1784574/task/1784574/cwd/node_modules/pusher-js/src/d.ts/tweetnacl-util/ |
Current File : //proc/1784574/task/1784574/cwd/node_modules/pusher-js/src/d.ts/tweetnacl-util/index.d.ts |
declare module 'tweetnacl-util' { export function encodeUTF8(data: Uint8Array): string; export function decodeUTF8(data: string): Uint8Array; export function encodeBase64(data: Uint8Array): string; export function decodeBase64(data: string): Uint8Array; } |