Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IdentifierString

A namespaced identifier in the format ${namespace}:${reference}.

Used by IdentifierArray and {@link IdentifierRecord}.

type IdentifierString = `${string}:${string}`;

§Type

§
`${string}:${string}`
[src]