https://github.com/geisonjr/alpha
https://github.com/geisonjr/alpha
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/geisonjr/alpha
- Owner: GeisonJr
- License: mit
- Created: 2023-02-19T22:07:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T17:20:54.000Z (about 3 years ago)
- Last Synced: 2025-03-11T11:17:03.244Z (12 months ago)
- Language: TypeScript
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HansoMWarE Alpha Library
> :construction: This project is under development and is not yet ready for use.
## :link: Table of Contents
- [:sparkles: Features](#sparkles-features)
- [:rocket: Tecnologies](#rocket-tecnologies)
- [:package: Install](#package-install)
- [:hammer: Usage](#hammer-usage)
- [:handshake: How to Contribute](#handshake-how-to-contribute)
- [:memo: License](#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:
- [Jest](https://jestjs.io/)
- [Node.js](https://nodejs.org/en/)
- [SWC](https://swc.rs/)
- [TypeScript](https://www.typescriptlang.org/)
## :package: Install
> :warning: Node.js 14.6.0 or newer is required.
Use the package manager [npm](https://docs.npmjs.com/),
[yarn](https://classic.yarnpkg.com/lang/en/docs/) or
[pnpm](https://pnpm.io/pt/motivation).
```bash
npm install @hansomware/alpha
```
```bash
yarn add @hansomware/alpha
```
```bash
pnpm add @hansomware/alpha
```
## :hammer: Usage
```typescript
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](https://github.com/hansomware-inc/alpha/blob/master/LICENSE)