Skip to content

Commit

Permalink
style: reformat (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
vis-bot authored and Thomaash committed Aug 13, 2019
1 parent 9b8d8c3 commit b85a72d
Show file tree
Hide file tree
Showing 25 changed files with 1,986 additions and 1,677 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
@@ -1,6 +1,6 @@
// New API (tree shakeable).
export * from './util'
export * from "./util";

// Old API (treeshakeable only if completely unused).
import * as util from './util'
export default util
import * as util from "./util";
export default util;

0 comments on commit b85a72d

Please sign in to comment.