1.0.1 • Published 3 years ago

@dpenciso/dgm-3780-npm-package v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

DGM 3780 NPM Package

Installation

$ npm i @dpenciso/dgm-3780-npm-package

Usage

import { talk, yell, whisper, noSpace, numToLetter } from "@dpenciso/dgm-3780-npm-package"

Exapmles

talk("I am talking"); //=> "I am talking"

yell("I am yelling"); //=> "I AM YELLING"

whisper("I am whispering"); //=> "i am talking"

noSpace("I am talking"); //=> "Iamtalking"

numToLetters(1,2,3); //=> "abc"