UNPKG

usfm-editor

Version:
3 lines (2 loc) 97 B
import { Node } from "slate"; export declare function slateToUsfm(value: Node | Node[]): string;