Skip to content

Commit

Permalink
fix: export util from top level
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Feb 16, 2020
1 parent bff7dd7 commit 16655c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import patchFs from './patchFs';
import patchRequire from './patchRequire';
import * as util from './util/list';

export {
util,
patchFs,
patchRequire,
};

0 comments on commit 16655c5

Please sign in to comment.