give-me-five
v1.1.0
Published
![NPM License](https://img.shields.io/npm/l/give-me-five) ![NPM Downloads](https://img.shields.io/npm/dm/give-me-five) ![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr/mio9/give-me-five) ![Static Badge](https://img.shields.io/badg
Downloads
319
Readme
give-me-five
Give you a high five. Why do it yourself if there's a package out there?
Install
npm install give-me-five # npm
pnpm add give-me-five # pnpm
bun add give-me-five # bun
yarn add give-me-five # yarn, but why
Examples
import {five} from "give-me-five"
console.log(4 + five) // 9
Contributing
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.33. Bun is a fast all-in-one JavaScript runtime.