The number 81 exported as an npm package.
npm install @positive-numbers/eighty-onebash
npm install @positive-numbers/eighty-one
`
Usage
`javascript
const number81 = require('@positive-numbers/eighty-one');
console.log(number81);
// Output: 81
``