mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import * as GulpZip from 'gulp-zip';
|
|
|
|
GulpZip('file.zip').on('end', () => {});
|
|
GulpZip('file.zip', {compress: false}).on('end', () => {});
|