Skip to content

ryanguna/doubleunderscore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doubleunderscore

doubleunderscore.js is a utility-belt library for javaScript that i created that provides support for my usually used functionalities.

Install through npm

npm install doubleunderscore --save

Importing

##Importing Double Underscore

import dblu from 'doubleunderscore';
or
const dblu = require('doubleunderscore');

Usage

dblu.__capitalizeEachWord('something fancy');


Outputs : Something Fancy

capitalizeEachWord

__capitalizeEachWord(string) Takes the string parameter being passed and capitalize the first letter of each word.

getFactorial

__getFactorial(int) Takes the number parameter being passed and returns the factorial of it

About

doubleunderscore.js is a utility-belt library for JavaScript that i created that provides support for my usually used functionalities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published