Skip to content

Variable: asORCID ​

const asORCID: Constructor<ORCID>

Defined in: setter.ts:15

Branded constructor for ORCID identifiers.

Accepts bare ORCID format (0000-0000-0000-0000) or the full URI (https://orcid.org/0000-0000-0000-0000). The last segment may end with X.

Example ​

typescript
const id = asORCID("0000-0001-2345-6789");