friendly-helper
TypeScript icon, indicating that this package has built-in type declarations

1.9.3 • Public • Published

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)

/friendly-helper/

    Package Sidebar

    Install

    npm i friendly-helper

    Weekly Downloads

    1

    Version

    1.9.3

    License

    MPL-2.0

    Unpacked Size

    589 kB

    Total Files

    134

    Last publish

    Collaborators

    • josunlp