Skip to content

RamGoel/first-npm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fnpm-package

  • My first npm package made for just a try.

  • It contains a reverse string function which takes a parameter s and returns reverse of that string.

Usage Example

const reverseString=require('fnpm-package')

console.log('joe') //outputs eoj