1.0.0 • Published 6 years ago

capitalize-ats v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

Capitalize word-breaks

A small library that capitalize word-breaks from string

Installation

npm install @thanseeh_abdulla/capitalze-ats

Usage

var sentanceFormatter = require('@thanseeh_abdulla/capitalize-ats');

var formattedSentance = sentanceFormatter("big sentances...");

Output should be Big Sentances...