MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / nanoid.ts

File nanoid.ts

packages/@stdlib/misc/src/nanoid.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const alphabet =
2 'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict';
3
4const charMap = new Map<string, number>();

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected