# libfast

> Welcome to Libfast! ==== **What does Libfast do?**

Latest version **1.0.2** (published 2020-08-26) · ISC license · 0 weekly downloads

## Install

```sh
npm install libfast
pnpm add libfast
yarn add libfast
bun add libfast
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2020-08-26 |
| First published | 2020-08-26 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | bruhbruhbruh |

## Links

- npm: https://www.npmjs.com/package/libfast
- npm.io page: https://npm.io/package/libfast

## Recent versions

- 1.0.2 (latest) — 2020-08-26
- 1.0.1 — 2020-08-26
- 1.0.0 — 2020-08-26

## README

Welcome to Libfast!
====
**What does Libfast do?**

**Libfast is an easy to use Function Testing package, which allows you to test functions easily without struggles!**

*Here are some examples:*

```js
const libfast = require('libfast')
console.log(libfast.calculator(15,"*",2))
//Logs 30 into the console.
console.log(libfast.calculator(15,"+",2))
//Logs 17 into the console.

console.log(libfast.calculator(15,"-",2))
//Logs 13 into the console.

console.log(libfast.calculator(3,"/",15))
//Logs 5 into the console.

console.log(libfast.calculator(15,'^',3))
//Would log 3375 to the console.
let Regex = new RegExp(/hi/gi)
let Str = 'hi how are you, hi hi hi hi!'
console.log(libFast.replace(Str, Regex, "hello"))
// This would check all the capitilizations of what ever is in our regex, however the capitilization does not matter because the "/gi".
//Would Log: hello how are you, hello hello hello hello!
```
**Thank you!**

How do I install LibFast?
====
**Like any other package, just run:**
```bat
npm i libfast
```

**Thank you, I hope you install the Package!**

---
_Source: https://npm.io/package/libfast · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
