diff options
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 11 |
1 files changed, 0 insertions, 11 deletions
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 |
