@tempots/dom

ProviderMark type

Represents a provider mark.

Signature:

export type ProviderMark = symbol & {
    readonly __type: T;
};