diff options
| -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 }; |
