@tempots/dom

ProviderMark type

Represents a provider mark.

Signature:

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