summaryrefslogtreecommitdiff
path: root/mod.ts
blob: 859819ba821fd9f50810944dd8108512059ef29f (plain)
1
2
3
4
5
6
7
import FlatMatter, {
  type FlatMatterFn,
  type Matter,
} from "./src/flatmatter.ts";

export default FlatMatter;
export type { FlatMatterFn, Matter };