tenjs
v1.0.2
Published
A library providing you with all numbers from 0 to 10.
Downloads
3
Readme
TenJS
A library for getting all numbers from zero to ten.
How to use
- Install
$ npm install tenjs
- Import
const { ONE, TWO, ... } = require('tenjs');
- Profit.
Motivation
My motivation behind this project was that I always thought typing out all numbers was really tedious and I could do better. That's why I created this package.