@nbn23/tools
v1.0.1
Published
Tools library
Downloads
452
Readme
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";