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

    Type Alias Some<T>

    Some: undefined | T | readonly T[]

    Zero, one, or many values of type T.

    Models a value that may be absent (undefined), singular (a bare T), or plural (a T[]), letting an API accept flexible input that some normalises into an array.

    Type Parameters

    • T

      The type of the contained values