Ferramenta Library - v1.3.2

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
NPM:
npm i ferramenta
Yarn:
yarn add ferramenta
Source code is available at GitHub.