1.9.4 • Published 8 months ago
friendly-helper v1.9.4
FriendlyHelper
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.
Installation
npm install friendly-helper
Usage
import { FriendlyHelper | Helper | H } from 'friendly-helper';
H.guid.generate(); // Generates a GUID
License
MPL-2.0
Tests
npm run test
Docs
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.
Support
Soon (TM)
1.9.4
8 months ago
1.9.3
2 years ago
1.9.1
2 years ago
1.9.0
2 years ago
1.9.2
2 years ago
1.8.2
2 years ago
1.8.1
3 years ago
1.8.0
3 years ago
1.7.1
3 years ago
1.7.0
3 years ago
1.6.3
3 years ago
1.6.2
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.5.0
3 years ago
1.4.2
3 years ago
1.3.0
3 years ago
1.2.1
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago