summaryrefslogtreecommitdiff
path: root/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'mod.ts')
-rw-r--r--mod.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/mod.ts b/mod.ts
deleted file mode 100644
index 859819b..0000000
--- a/mod.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import FlatMatter, {
- type FlatMatterFn,
- type Matter,
-} from "./src/flatmatter.ts";
-
-export default FlatMatter;
-export type { FlatMatterFn, Matter };