Common-tools is a typescript toolbox for arrays, strings, numbers and html manipulation. It can handle random, cryptography, and stats as well.
Each typescript file contains functions for a specific category mentionned above.
Each file has an associated test (written with Jest).
To run them, use
npm run test