Skip to content

Commit

Permalink
chore: cleanup index_lite
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Sep 14, 2023
1 parent 8ec6869 commit 42f6716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index_lite.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import standardTypes from '../types/standard.js';
import Mime from './Mime.js';

export default new Mime().define(standardTypes)._freeze();

export { default as Mime } from './Mime.js';

export default new Mime().define(standardTypes)._freeze();

0 comments on commit 42f6716

Please sign in to comment.