UNPKG

md-front-matter

Version:
6 lines (5 loc) 100 B
type matter<T> = (source: string) => ({ data: T; content: string; }) export default matter;