UNPKG

@bookbox/markup

Version:

Markup language for bookbox format

4 lines (3 loc) 188 B
import { Body } from '../generated'; export declare function readMarkup(path: string): Promise<Body>; export declare function resolveImports(ast: Body, parentPath: string): Promise<Body>;