0.0.1-beta.8 • Published 2 years ago

@gibf/utils v0.0.1-beta.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@bf/utils

NPM version Docs

Opinionated collection of common JavaScript / TypeScript utils by @BF.

  • Tree-shakable ESM
  • Fully typed - with TSDocs
  • Type utilities - Arrayable<T>, ElementOf<T>, etc.

This package is designed to be used as devDependencies and bundled into your dist.

Install

npm install @bf/utils

Usage

import {isString, isNumber, isBoolean, isObject, isFunction } from '@bf/utils';

isString('1') // true
0.0.1-beta.8

2 years ago

0.0.1-beta.7

2 years ago

0.0.1-beta.6

2 years ago

0.0.1-beta.5

2 years ago

0.0.1-beta.3

2 years ago

0.0.1-beta.2

2 years ago