Skip to content

Commit

Permalink
Simplify formatter export (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Mar 15, 2023
1 parent 02c7fc3 commit c454571
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/index.ts
@@ -1,6 +1,5 @@
import tsd from './lib';
import formatter from './lib/formatter';

export * from './lib/assertions/assert';
export {formatter};
export {default as formatter} from './lib/formatter';
export default tsd;

0 comments on commit c454571

Please sign in to comment.