MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / isNanoID

Function isNanoID

packages/@stdlib/misc/src/nanoid.ts:39–41  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

37const nanoidRegExp = /^[\w-]{21}$/;
38
39export function isNanoID(input: string): boolean {
40 return nanoidRegExp.test(input);
41}

Callers 2

goToPageMethod · 0.90
finishSetupMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected