UNPKG

pusher-js

Version:

Pusher Channels JavaScript library for browsers, React Native, NodeJS and web workers

7 lines (6 loc) 264 B
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; }