🦄pegasus-js
⚡A simple package with "plug-in-play functions" to help in your coding experience
👌 pegasus-js is a simple node.js package that promise help in your daily coding experience, provides you some "plug-in-play" functions, that you can just import and use everywhere
🔧 Adjustments and improvements
The project still in development and the next updates will be focused in:
💻 Pre-requisites
Before start, verify that you attend all the follow requisites:
📦 Installing pegasus-js
To install pegasus-js, just follow this steps:
Using yarn:
yarn add pegasus-js
Using npm:
npm install pegasus-js
ATTENTION:
Before using pegasus-js, you need to install tslib:
yarn add -D tslib
// or
npm install tslib --save-dev
Last updated