@metreeca/core - v0.9.17
    Preparing search index...

    Type Alias Some<T>

    Some: T | readonly T[]

    A value or a readonly array of values.

    Enables APIs to accept either a single value or multiple values uniformly.

    Type Parameters

    • T

      The type of the value(s)