1.0.0 • Published 2 years ago
@hansomware/alpha v1.0.0
Easy to use, fast and lightweight library for Node.js.
:construction: This project is under development and is not yet ready for use.
:link: Table of Contents
- :sparkles: Features
- :rocket: Tecnologies
- :package: Install
- :hammer: Usage
- :handshake: How to Contribute
- :memo: License
:sparkles: Features
- :white_check_mark: Sleep syncronous
- :white_check_mark: JSON decycle
- :white_check_mark: Types check
- :white_check_mark: Filesystem utils
- :x: Fetch syncronous
- :x: Panda procrastinating
:rocket: Tecnologies
The following tools were used in the construction of the project:
:package: Install
:warning: 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
:hammer: Usage
import { isArray } from "@hansomware/alpha/types";
if (isArray([1, '2'])) {
console.log('It is an array');
}
:handshake: 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.
:memo: License
This project is under the MIT License
1.0.0
2 years ago