summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-12 15:20:35 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-12 15:20:35 +0200
commit84d7b8bb16473692703b33f67ea35caaccc74f49 (patch)
treedec6cc78d2e5da0a926cddbd52417e276fcf014b /mod.ts
parent6a075eac5ee63d735691545af90ac6d3f3f7ff8f (diff)
Improve exports
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 };