utilizes.title-case
v1.2.2
Published
Convert given string to title case like
Downloads
5
Maintainers
Readme
titleCase
Convert given string to title case like
Usage: titleCase(target: string): string
import { titleCase } from 'utilizes.title-case'
titleCase('mr_john')
// Output: 'Mr John'
This module exported from utilizes project.