import { kebab } from "https://deno.land/x/froebel@v0.21.3/string.ts";
Transforms a variable name to kebab case.
Note: The rules for transforming anything to kebab case are somewhat vague. So use this only for very simple names where the resulting value is absolutely unambiguous. For more examples of how names are transformed, have a look at the test cases.