Spaces:
Paused
Paused
File size: 105 Bytes
95f4e64 |
1 2 3 4 |
import { inflate } from 'pako'
export const inflateSync = (buffer) => inflate(buffer, { to: 'string' })
|