1.0.1 • Published 3 years ago

@nbn23/tools v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NBN23 Tools

Tools is a library that brings together the "utils" functions that we use continuously in different services, in order to unify the code and facilitate development.

Getting Started

Install Tools using npm.

npm install --save @nbn23/tools

Note: Tools assumes a TypeScript environment

Usage

import tools from "@nbn23/tools";

import {
  sha256,
  md5,
  fromHex,
  toHex,
  isObject,
  isNumber,
  isArray,
  isEmpty,
  isNil,
  toArray,
  arrayAssoc,
  groupBy,
  assoc,
  dissoc,
  firstElement,
  lastElement,
  mergeRight,
  mergeLeft
} from "@nbn23/tools";