@sumor/short-id

short-id

A Sumor Cloud Tool.
More Documentation

This is a short-id library for Node.js and the browser. You can easily use it to generate a short id from number.

CI Test Coverage Audit

Installation

npm i @sumor/short-id --save

Prerequisites

Node.JS version

Require Node.JS version 16.x or above

require Node.JS ES module

As this package is written in ES module, please change the following code in your package.json file:

{
  "type": "module"
}

Usage