summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/index.d.cts2
-rw-r--r--dist/index.d.ts2
-rw-r--r--package.json7
3 files changed, 8 insertions, 3 deletions
diff --git a/dist/index.d.cts b/dist/index.d.cts
index 06dbba4..08f28d6 100644
--- a/dist/index.d.cts
+++ b/dist/index.d.cts
@@ -143,4 +143,4 @@ declare class ToJson implements Serializer {
serialize(parsedConfig: Matter): string;
}
-export { FlatMatter, type FlatMatterFn, type Serializer, ToJson, ToObject };
+export { FlatMatter, type FlatMatterFn, type Matter, type Serializer, ToJson, ToObject };
diff --git a/dist/index.d.ts b/dist/index.d.ts
index 06dbba4..08f28d6 100644
--- a/dist/index.d.ts
+++ b/dist/index.d.ts
@@ -143,4 +143,4 @@ declare class ToJson implements Serializer {
serialize(parsedConfig: Matter): string;
}
-export { FlatMatter, type FlatMatterFn, type Serializer, ToJson, ToObject };
+export { FlatMatter, type FlatMatterFn, type Matter, type Serializer, ToJson, ToObject };
diff --git a/package.json b/package.json
index 1ead8bd..60ff811 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,12 @@
"module": "dist/index.mjs",
"type": "module",
"license": "MIT",
- "keywords": [],
+ "keywords": [
+ "configuration",
+ "dsl",
+ "serialization",
+ "data"
+ ],
"scripts": {
"bundle": "tsup src/index.ts",
"test": "vitest"