UNPKG

webtorrent

Version:

Streaming torrent client

4 lines (2 loc) 105 B
import { inflate } from 'pako' export const inflateSync = (buffer) => inflate(buffer, { to: 'string' })