Skip to content

parseRegistryKey

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/api/src/docs-repo/sidecar.ts

Inverse of registryKey. Legacy bare-uuid keys parse as lang='default'.

Signature

ts
function parseRegistryKey(key: string): { docUuid: string; lang: string }

Parameters

NameType
keystring

Returns: { docUuid: string; lang: string }

Was this page helpful?

Download as PDF