no1b4me's picture
Upload 5037 files
95f4e64 verified
raw
history blame contribute delete
105 Bytes
import { inflate } from 'pako'
export const inflateSync = (buffer) => inflate(buffer, { to: 'string' })