Returnsa[`stream.PassThrough`](https://nodejs.org/api/stream.html#stream_class_stream_passthrough). The stream emits a `gzip-size` event and has a `gzipSize`property.
###gzipSize.file(path,options?)
Returnsa`Promise<number>`withthesizeofthefile.
####path
Type:`string`
###gzipSize.fileSync(path,options?)
Returnsthesizeofthefile.
##Related
-[gzip-size-cli](https://github.com/sindresorhus/gzip-size-cli) - CLI for this module