UNPKG

uniorg-parse

Version:

uniorg plugin to parse org-mode

5 lines (4 loc) 216 B
import { VFile } from 'vfile'; import type { OrgData } from 'uniorg'; import { ParseOptions } from './parse-options.js'; export declare function parse(file: VFile | string, options?: Partial<ParseOptions>): OrgData;