From 84d7b8bb16473692703b33f67ea35caaccc74f49 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 12 Jan 2025 15:20:35 +0200 Subject: Improve exports --- mod.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mod.ts') 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 }; -- cgit v1.2.3