UNPKG

@bookbox/markup

Version:

Markup language for bookbox format

4 lines (3 loc) 162 B
import { Body } from '../generated'; export declare function parse(text: string): Body; export declare function getTokens(text: string): Array<[string, string]>;