Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
const
nanoidRegExp = /^[\w-]{21}$/;
38
39
export
function
isNanoID(input: string): boolean {
40
return
nanoidRegExp.test(input);
41
}
Callers
2
goToPage
Method · 0.90
finishSetup
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected