From 670dbc07239fb860961055eb7af6823786e4febe Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Wed, 12 Feb 2025 00:44:57 +0200 Subject: Refactor to use Effect. --- src/index.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/index.ts (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts deleted file mode 100644 index 7ac5415..0000000 --- a/src/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -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