Created
May 16, 2019 21:39
-
-
Save szanata/573125505ab9d0870a47456d3ddef12c to your computer and use it in GitHub Desktop.
Unzip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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