# OPlus
Multipropose npm package

## Table Of Contents
- [About](#about)
  - [Installation](#installtion)
- [Docs](https://docs.oplus.tk)
- [Discord](https://discord.gg/Xp8bHGDmdg)

## About
O+ is a Multipropose package that allows you to use new functions in js!

Current stable version : **`1.5.2`** (the current version may not be same as this)

## Versions
- `1.4.4` - Supported
- `1.5.0` - Not supported
- `1.5.1` - Supported and recommended
- `1.5.2` - Supported

#### Other or older versions that is not in the list are not supported or recommended

## Installation

```sh-session
npm i oplus
```

#### Usage

```js
const oplus = require("oplus");

console.send("OPlus is amazing!");
```