npm.io
1.9.4 • Published 1 year ago

friendly-helper

Licence
MPL-2.0
Version
1.9.4
Deps
1
Size
635 kB
Vulns
0
Weekly
0
Stars
2
DeprecatedThis package is deprecated

FriendlyHelper

License: MPL 2.0 npm version GitHub issues npm CodeFactor TypeScript

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)

Keywords