void-supper
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

void-supper

add title method from python to JS.

Example :

const { upper, sUpper, aUpper } = require('void-supper');

let text = 'hello there';
let text1 = 'insert_text_here';

// convert hello there into Hello There
console.log(upper(text));

// convert insert_text_here into Insert Text Here
console.log(upper(text1));

// convert hello there into Hello there
console.log(sUpper(text));

// convert hello there into hello There
console.log(aUpper(text, 1));

Package Sidebar

Install

npm i void-supper

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.32 kB

Total Files

6

Last publish

Collaborators

  • mrthomas20121