@thzero/library_common

0.18.3 • Public • Published

GitHub package.json version David License: MIT

library_common

Requirements

NodeJs

NodeJs version 18+

Depednencies

By default this library uses the https://github.com/ai/nanoid package for generation of long (21 length) and short (16 length) ids based on https://github.com/ai/nanoid with the default character set.

To use a different id number generator, you can use one of the following packages:

Include the package as dependency in your application, then call the following method

import IdGenerator from '<packagename>';

Utility.setIdGenerator(IdGenerator);

Installation

NPM

Options

The following options can be set, but only apply to the nanoid generation or custom package.

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @thzero/library_common

    Weekly Downloads

    50

    Version

    0.18.3

    License

    MIT

    Unpacked Size

    31.7 kB

    Total Files

    22

    Last publish

    Collaborators

    • thzero