UNPKG

mume-with-litvis

Version:

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

7 lines (6 loc) 234 B
export interface Attributes { [key: string]: any; } export { default as normalizeAttributes } from "./normalize"; export { default as parseAttributes } from "./parse"; export { default as stringifyAttributes } from "./stringify";