1.0.0 • Published 3 years ago

as-nanoid v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

AS-NanoID

NanoID Implemtation For AssemblyScript

About

  • Works With AssemblyScript
  • Isomorphic (Browser/Node)
  • No Dependencies

Installation

~ npm install as-nanoid --save

Usage

Basic Usage

import { nanoid } from 'as-nanoid'

const id = nanoid(21)

Notes

  • Does Not Support Secure Random

API

nanoid(length: string)

Creates A NanoID String.

1.0.0

3 years ago