1.9.3 • Published 10 months ago

friendly-helper v1.9.3

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
10 months ago

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)

1.9.3

10 months ago

1.9.1

1 year ago

1.9.0

1 year ago

1.9.2

1 year ago

1.8.2

1 year ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.3

2 years ago

1.6.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago