import camelCase from "camelcase"; export default function(data: string) { return camelCase(data); }