From 64c537957b068f9dbee5223f9c35581bef079557 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Mon, 13 Jan 2025 01:15:52 +0200 Subject: bump --- src/index.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..7ac5415 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,11 @@ +import FlatMatter, {FlatMatterFn, Serializer} from "./flatmatter.ts"; +import ToObject from "./serializers/to_object.ts"; +import ToJson from "./serializers/to_json.ts"; + +export { + FlatMatter, + FlatMatterFn, + Serializer, + ToObject, + ToJson, +} \ No newline at end of file -- cgit v1.2.3