MCPcopy 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

1import { nanoidToBytes, once } from '@stdlib/misc';
2import { nanoid } from 'nanoid';
3
4export const getSelfPublisherID = once(() => nanoid());

Callers

nothing calls this directly

Calls 2

onceFunction · 0.90
nanoidToBytesFunction · 0.90

Tested by

no test coverage detected