Package Exports
- @positive-numbers/zero
- @positive-numbers/zero/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@positive-numbers/zero) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🔢 0 (zero)
This very useful npm package exports the positive integer 0.
Installation
npm install @positive-numbers/zeroUsage
const number0 = require('@positive-numbers/zero');
console.log(number0);
// Output: 0License
ISC