jlobos / 369

three, six and nine (369) :milky_way:

Home Page:https://www.npmjs.com/package/369

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

three, six and nine (369)

“If you knew the magnificence of the three, six and nine, you would have a key to the universe.” ― Nikola Tesla

“If you want to find the secrets of the universe, think in terms of energy, frequency and vibration.” ― Nikola Tesla

Install

$ npm install --save 369

Usage

const { three, six, nine, divisible } = require('369')

console.log(three) // 3
console.log(six) // 6
console.log(nine) // 9
console.log(divisible(3 + 6 + 9)) // true

Test

$ awk '{print length($0);}' index.js
$ wc -l index.js
$ npm install
$ npm test

License

MIT

About

three, six and nine (369) :milky_way:

https://www.npmjs.com/package/369

License:MIT License


Languages

Language:JavaScript 100.0%