UNPKG

vfile-matter

Version:

vfile utility to parse the YAML front matter in a file

4 lines 196 B
export { matter } from "./lib/index.js"; export type Options = import("./lib/index.js").Options; export type YamlOptions = import("./lib/index.js").YamlOptions; //# sourceMappingURL=index.d.ts.map