A Typescript-based standard library with handy little methods like GUID generation, retrieving numbers from strings, and a bunch of other standard methods that usually need to be rewritten for each new project.
npm install friendly-helper
import { FriendlyHelper | Helper | H } from 'friendly-helper';
H.guid.generate(); // Generates a GUID
MPL-2.0
npm run test
To this point, the library is just documented by code comments. If you want an example of a few of the methods, you can check the ./test/test.js
file.
Soon (TM)