package nanoid

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

nanoid 1.0.0

Libraries

This package provides the following libraries (via ocamlobjinfo):

nanoid.nanoid_os

Documentation:

  • Nanoid_os Native, customizable implementation of Nano ID. Unless you specifically want to customize random number generation, you should probably use the simpler nanoid library, which uses the Simple () implementation from this library.

nanoid.os

Documentation:

  • Nanoid Implementation of Nano ID, a tiny, secure, URL-friendly, unique string ID generator popular in the javascript ecosystem.