UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

7 lines (6 loc) 208 B
import { Attributes } from "."; /** * Convert attributes as JSON object to attributes as string * @param attributes */ export default function (attributes: Attributes, addCurlyBrackets?: boolean): string;