Skip to content

Commit

Permalink
Export the CacheEfficiency interface
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 4, 2019
1 parent d458950 commit 6871c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { inlineSVG } from "./inline-svg";

export { Options } from "./options";
export { CacheEfficiency, Options } from "./options";
export { inlineSVG };

// Export `inlineSVG` as the default export
Expand Down

0 comments on commit 6871c63

Please sign in to comment.