diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-12 15:20:35 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-12 15:20:35 +0200 |
| commit | 84d7b8bb16473692703b33f67ea35caaccc74f49 (patch) | |
| tree | dec6cc78d2e5da0a926cddbd52417e276fcf014b | |
| parent | 6a075eac5ee63d735691545af90ac6d3f3f7ff8f (diff) | |
Improve exports
| -rw-r--r-- | mod.ts | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -3,6 +3,5 @@ import FlatMatter, { type Matter, } from "./src/flatmatter.ts"; -export { FlatMatter }; -export type { FlatMatterFn }; -export type { Matter }; +export default FlatMatter; +export type { FlatMatterFn, Matter }; |
