@s-libs/micro-dash
    Preparing search index...

    Function toArray

    • Converts value to an array.

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

      • Lodash: 7,022 bytes
      • Micro-dash: 206 bytes

      Parameters

      • value: string

      Returns string[]

    • Converts value to an array.

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

      • Lodash: 7,022 bytes
      • Micro-dash: 206 bytes

      Type Parameters

      • T extends readonly any[]

      Parameters

      • value: T

      Returns T

    • Converts value to an array.

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

      • Lodash: 7,022 bytes
      • Micro-dash: 206 bytes

      Type Parameters

      • T extends object

      Parameters

      • value: T

      Returns T[keyof T][]

    • Converts value to an array.

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

      • Lodash: 7,022 bytes
      • Micro-dash: 206 bytes

      Parameters

      • value: Nil | Primitive

      Returns []

    • Converts value to an array.

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

      • Lodash: 7,022 bytes
      • Micro-dash: 206 bytes

      Parameters

      • value: any

      Returns any[]