SingletonAddress
Address
SingletonAddress
Added in v1.0.0
Source
Signature
declare class SingletonAddress extends {
[key: string]: any;
} {
[key: string]: any;
constructor(...args: [props?: {
[key: string]: any;
}, options?: MakeOptions]);
readonly [TypeId]: symbol;
"~effect/interfaces/Equal"(that: SingletonAddress): boolean;
"~effect/interfaces/Hash"(): any;
}Signature
declare const TypeId: unique symbol;Signature
type TypeId = typeof TypeId;
Represents the unique address of an singleton within the cluster.