npm.io
0.0.2 • Published 2 years ago

@beerush/utilities

Licence
MIT
Version
0.0.2
Deps
1
Size
152 kB
Vulns
0
Weekly
0

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

Keywords