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

    Function invoke

    • Invokes the method at path of object.

      Differences from lodash:

      • only accepts an array for path, not a dot-separated string

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

      • Lodash: 7,407 bytes
      • Micro-dash: 389 bytes

      Type Parameters

      • T extends object | Nil
      • const Path extends readonly PropertyKey[]
      • Args extends any[]

      Parameters

      Returns Invoke<T, Path, Args>