Function castArray

  • Casts value as an array if it's not one.

    Contribution to minified bundle size, when it is the only function imported:

    • Lodash: 137 bytes
    • Micro-dash: 69 bytes

    Type Parameters

    • T

    Parameters

    • value: T

    Returns T extends readonly unknown[]
        ? T
        : T[]

Generated using TypeDoc