Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepNotesApp/DeepNotes
/ data-publishing.ts
File
data-publishing.ts
packages/@stdlib/data/src/data-publishing.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ nanoidToBytes, once } from
'@stdlib/misc'
;
2
import
{ nanoid } from
'nanoid'
;
3
4
export
const
getSelfPublisherID = once(() => nanoid());
Callers
nothing calls this directly
Calls
2
once
Function · 0.90
nanoidToBytes
Function · 0.90
Tested by
no test coverage detected