UNPKG
yauzl-promise
Version:
latest (4.0.0)
4.0.0
3.0.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.0
Unzip library for NodeJS
github.com/overlookmotel/yauzl-promise
overlookmotel/yauzl-promise
yauzl-promise
/
index.js
11 lines
(7 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/* -------------------- * yauzl-promise module * Entry point * ------------------*/
'use strict'
;
// Exports
module
.
exports
=
require
(
'./lib/index.js'
);