UNPKG

lean4-code-actions

Version:

Refactorings and snippets for Lean 4

8 lines (5 loc) 178 B
import voca from 'voca' const { kebabCase, titleCase } = voca export function humanize(functionName: string) { return titleCase(kebabCase(functionName)).replace(/-/g, ' ') }