datatypes-superpack

1.1.3 • Public • Published

Data-types superpack 1.1.3

🤔 What is this?

Data-types superpack is a UNIQUE project that will allow you to add more functionality to the JavaScript language!

😎 What is already there?

This package already supports tuples, which you may have seen in TypeScript or Python and Objective - protected Object.

How i can use it?

It's simple:

npm i datatypes-superpack

Next step:

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.

/datatypes-superpack/

    Package Sidebar

    Install

    npm i datatypes-superpack

    Weekly Downloads

    1

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    3.83 kB

    Total Files

    5

    Last publish

    Collaborators

    • warden.master