import * as dashify from "dashify"; export default function(string: string) { return dashify(string); }