Skip to content

Instantly share code, notes, and snippets.

@szanata
Created May 16, 2019 21:39
Show Gist options
  • Save szanata/573125505ab9d0870a47456d3ddef12c to your computer and use it in GitHub Desktop.
Save szanata/573125505ab9d0870a47456d3ddef12c to your computer and use it in GitHub Desktop.
Unzip
const { unzipSync } = require( 'zlib' );
unzipSync( raw ).toString( 'utf-8' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment