GeisonJr / alpha

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HansoMWarE Alpha Library

Easy to use, fast and lightweight library for Node.js.

Discord server MIT Licence NPM version NPM downloads

🚧 This project is under development and is not yet ready for use.

πŸ”— Table of Contents

✨ Features

  • βœ… Sleep syncronous
  • βœ… JSON decycle
  • βœ… Types check
  • βœ… Filesystem utils
  • ❌ Fetch syncronous
  • ❌ Panda procrastinating

πŸš€ Tecnologies

The following tools were used in the construction of the project:

πŸ“¦ Install

⚠️ Node.js 14.6.0 or newer is required.

Use the package manager npm, yarn or pnpm.

npm install @hansomware/alpha
yarn add @hansomware/alpha
pnpm add @hansomware/alpha

πŸ”¨ Usage

import { isArray } from "@hansomware/alpha/types";

if (isArray([1, '2'])) {
  console.log('It is an array');
}

🀝 How to Contribute

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

πŸ“ License

This project is under the MIT License

About

License:MIT License


Languages

Language:TypeScript 83.6%Language:JavaScript 16.4%