1.1.3 • Published 2 years ago

datatypes-superpack v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Data-types superpack 1.1.3

🤔 What is this?

😎 What is already there?

❓ How i can use it?

npm i datatypes-superpack
const { Tuple, Objective } = require('datatypes-superpack')

const myTuple = new Tuple( 'string' ) // or new Tuple([ 'string', 'number' ... ])
const myObjective = new Objective( 'string' ) // NEW!

👑 Benefits.

  • Simple.
  • Fast.
  • No errors - no crushes.
  • Useful.
  • Chaining.