# Capitalize String TS

# Usage

import { capitalizeString } from 'capitalize-string-ts'

capitalizeString('hello world') // 'Hello world'
