summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'mod.ts')
-rw-r--r--mod.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/mod.ts b/mod.ts
index 8211a34..859819b 100644
--- a/mod.ts
+++ b/mod.ts
@@ -3,6 +3,5 @@ import FlatMatter, {
type Matter,
} from "./src/flatmatter.ts";
-export { FlatMatter };
-export type { FlatMatterFn };
-export type { Matter };
+export default FlatMatter;
+export type { FlatMatterFn, Matter };