@metreeca/core - v0.9.17
    Preparing search index...

    Type Alias IRI

    IRI: string

    Internationalized Resource Identifier (IRI) as defined by RFC 3987.

    An IRI is a sequence of characters that identifies an abstract or physical resource, allowing Unicode characters beyond the ASCII subset permitted in URIs.

    Warning

    This is a type alias for documentation purposes only. Branding was considered but not adopted due to interoperability issues with tools relying on static code analysis. Values must be validated at runtime using isIRI or asIRI.