UNPKG

mume-with-litvis

Version:

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

7 lines (6 loc) 190 B
import { Attributes } from "."; /** * Walks through attribute keys and makes them snakeCase if needed * @param attributes */ export default function (attributes: Attributes): Attributes;