DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/d.ts/tweetnacl-util/ |
Current File : /var/www/devs.lapieza.net/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; } |