Ferramenta Library - v1.3.2

Release & Publish Tests Typescript License Version Github

Zero dependencies Node.js/Typescript library of utility functions, and their CLI wrappers.

Contains functions for:

  • JSON parsing
  • UUID generation
  • Extracting method name within a class
  • Matching wildcard strings
  • Generating and validating Luhn numbers
  • Checking for circular references in objects
  • CRC16 calculation
  • Detecting runtime environment
  • Matching arrays
  • Casting values to specific types

Installation

NPM:

npm i ferramenta

Yarn:

yarn add ferramenta

Source code

Source code is available at GitHub.