2.0.0 • Published 5 years ago

@fengineer/hello-world v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

hwnpm.js 😳

First npm module... which would rotate a number array by an offset and ... console.log("Hello World")...

Install

$ npm install @fengineer/hello-world

Usage

const hw = require('@fengineer/hello-world');

hw([1, 2, 3, 4, 5], 2);
// return [3, 4, 5, 1, 2]
2.0.0

5 years ago

1.0.0

5 years ago