Public
Script
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Readme

Nano Id

Function Usage

@stevekrouse.nanoid()
// Returns something like "MRRdswxjEph4sDiuEzlBM"

Example: https://www.val.town/v/stevekrouse.exampleNanoId

1
export const nanoid = async () => (await import("npm:nanoid@3.3.6")).nanoid();
October 23, 2023