Skip to content

LocalKind

type LocalKind = "mean" | "weighted-mean" | "sum" | "share" | "partial-mean" | "none";

Defined in: core/result.ts:14