Package: effect
Module: HashRing
Gets the node which should handle the given input. Returns undefined if the hashring has no elements with weight.
Signature
declare const get: <A extends PrimaryKey.PrimaryKey>(self: HashRing<A>, input: string) => A | undefined
Since v3.19.0