FriendlyHelper Code
Brought to you by:
josunlp
File | Date | Author | Commit |
---|---|---|---|
.github | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
src | 2023-04-27 |
![]() |
[8de837] patch (#72) |
test | 2023-04-27 |
![]() |
[8de837] patch (#72) |
tools | 2022-08-31 |
![]() |
[8f7fb8] Version 1.8.0 (#55) |
.editorconfig | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
.eslintignore | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
.eslintrc.json | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
.gitignore | 2023-01-16 |
![]() |
[ba6c50] Version 1.8.2 (#62) |
CHANGELOG.md | 2023-04-27 |
![]() |
[8de837] patch (#72) |
LICENSE | 2022-05-22 |
![]() |
[95247f] init |
README.md | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
package.json | 2023-04-27 |
![]() |
[8de837] patch (#72) |
tsconfig.json | 2023-04-27 |
![]() |
[3e9a76] Release 1.9.0 (#70) |
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)