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