@nbn23/tools
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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";

Package Sidebar

Install

npm i @nbn23/tools

Weekly Downloads

205

Version

1.0.1

License

ISC

Unpacked Size

17.8 kB

Total Files

10

Last publish

Collaborators

  • nbn
  • maraat