Skip to content

Commit

Permalink
export directly
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 9, 2023
1 parent 207ee15 commit 31101f8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
import { Porridge } from './porridge.js';
import { PorridgeDB } from './porridge-db.js';

export {
Porridge,
PorridgeDB
};
export { Porridge } from './porridge.js';
export { PorridgeDB } from './porridge-db.js';

0 comments on commit 31101f8

Please sign in to comment.