io.scalajs.nodejs.zlib.Gunzip.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nodejs_sjs0.6_2.11 Show documentation
Show all versions of nodejs_sjs0.6_2.11 Show documentation
NodeJS bindings for Scala.js
package io.scalajs.nodejs.zlib
import scala.scalajs.js
/**
* Decompress a gzip stream.
* @author [email protected]
*/
@js.native
trait Gunzip extends CompressionAlgorithm