Skip to content

beerush-id/utilities

Repository files navigation

@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.

Releases

No releases published

Packages

No packages published