From 6a075eac5ee63d735691545af90ac6d3f3f7ff8f Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sun, 12 Jan 2025 15:19:15 +0200 Subject: Bump --- mod.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mod.ts (limited to 'mod.ts') diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..8211a34 --- /dev/null +++ b/mod.ts @@ -0,0 +1,8 @@ +import FlatMatter, { + type FlatMatterFn, + type Matter, +} from "./src/flatmatter.ts"; + +export { FlatMatter }; +export type { FlatMatterFn }; +export type { Matter }; -- cgit v1.2.3