Skip to content

Commit

Permalink
forgot the index file
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Jul 15, 2020
1 parent d428c9a commit ce5a7ec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WebContent/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export {default as zip} from './zip.js';
export {default as Inflater} from './inflate.js';
export {default as Deflater} from './deflate.js';
export {install as install_fs} from './zip-fs.js';
export {install as install_ext} from './zip-ext.js';
export {default as getMimeType} from './mime-types.js';

0 comments on commit ce5a7ec

Please sign in to comment.