Skip to content

Commit

Permalink
support both esm and es2015 from index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Jul 23, 2019
1 parent 92df0d0 commit 562f0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './esm/high-level.js';
import * as hdf5 from './esm/high-level.js';
window.hdf5 = hdf5;

0 comments on commit 562f0ad

Please sign in to comment.