0.0.1 • Published 1 year ago

@leonetti/ts-to-capital-case v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

to capital case using TypeScript

to capital case using TypeScript.

Install

npm install @leonetti/ts-to-capital-case

Usage

import {toCapitalCase } from '@leonetti/ts-to-capital-case';

toCapitalCase("some string"); // SOME STRING 
0.0.1

1 year ago