0.0.2 • Published 1 month ago

@beerush/utilities v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@beerush/utilities

A collection of utilities for JavaScript and TypeScript.

🗃️ Features

📦 Installation

You can install the package via package manager such as bun, npm, or yarn.

bun add @beerush/utilities

🪄 Usage

You can use it in your typescript files like shown below:

Initialization in ./utilities.ts

import { isString, isObject } from '@beerush/utilities';

console.log(isString('Hello, World!')); // true
console.log(isObject({})); // true
console.log(isObject([])); // false

License

The @beerush/utilities is licensed under the MIT License, ensuring a wide range of opportunities for open source use and further development.

0.0.2

1 month ago

0.0.1

1 month ago