New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

friendly-helper

Package Overview
Dependencies
Maintainers
0
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

friendly-helper

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.

1.9.4
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
0
Weekly downloads
 
Created
Source

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

TypeScript

FAQs

Package last updated on 30 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts