1.0.2 • Published 1 year ago
testcc-package v1.0.2
description
This code basely is to reverse the string, for example hello
, it will reverse to olleh
How to use
npx @<node username>/git-setup
npm i testcc-package
adding code and run this module
const reverseStr = require('packagename')
Create a js file ex: test.js, and add this code in it
const reverseStr = require('testcc-package')
console.logreverseStr('hello')
run the code
node test.js