diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-13 19:50:57 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-13 19:50:57 +0200 |
| commit | 71a6c1933d3e3f36fea8d982e4da896999da5194 (patch) | |
| tree | fc11350a014d0f782bc683b0beb80ba9a0a4f1d2 /dist | |
| parent | 3c59955180b596f071604eb1313c62c435e12287 (diff) | |
Update exports, add keywords
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/index.d.cts | 2 | ||||
| -rw-r--r-- | dist/index.d.ts | 2 |
2 files changed, 2 insertions, 2 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 }; |
