We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c7fc3 commit c454571Copy full SHA for c454571
source/index.ts
@@ -1,6 +1,5 @@
1
import tsd from './lib';
2
-import formatter from './lib/formatter';
3
4
export * from './lib/assertions/assert';
5
-export {formatter};
+export {default as formatter} from './lib/formatter';
6
export default tsd;
0 commit comments