pickitt
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

pickitt logo

Pickitt

NPM Version NPM Total Downloads npm bundle size (minified + gzip)


When you need a computer to just pick it, reach for Pickitt!

https://pickitt.netlify.com/

📝 Table of Contents

🧐 About

Pickitt is a simple utility function designed to help you pick an element from an array.

📦 Installing

NPM

npm install pickitt

Yarn

yarn add pickitt

🎈 Usage

import { posOrNeg } from "pickitt";
 
const randomPosOrNegNum = posOrNeg() * 58;
 
// `randomPosOrNegNum` will either be 58 or -58

✍️ Author

🎉 Acknowledgements

/pickitt/

    Package Sidebar

    Install

    npm i pickitt

    Weekly Downloads

    41

    Version

    3.2.0

    License

    MIT

    Unpacked Size

    30.4 kB

    Total Files

    18

    Last publish

    Collaborators

    • alexlee-dev