diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-13 01:15:52 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-13 01:15:52 +0200 |
| commit | 64c537957b068f9dbee5223f9c35581bef079557 (patch) | |
| tree | 9c6e758cac905cd720849333a07e52f5f697c9ba /src/index.ts | |
| parent | fb04f7fdf55a6f70a54f116ceecbdfbaa592375f (diff) | |
bump
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
