UNPKG

mume-with-litvis

Version:

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

7 lines (6 loc) 194 B
import { Attributes } from "."; /** * Parses block attributes * @param text e.g. {#identifier .class1 .class2 key1=value1 key2=value2} */ export default function (text?: string): Attributes;