13 lines
305 B
TypeScript
13 lines
305 B
TypeScript
import type {
|
|
AutoFrontmatterOptions,
|
|
FrontmatterArray,
|
|
FrontmatterObject,
|
|
} from '../shared/index.js'
|
|
import { autoFrontmatterPlugin } from './plugin.js'
|
|
|
|
export * from './plugin.js'
|
|
|
|
export type { AutoFrontmatterOptions, FrontmatterArray, FrontmatterObject }
|
|
|
|
export default autoFrontmatterPlugin
|