toolish - v0.2.5
    Preparing search index...

    Function forEachProperty

    • Calls the given function for each property of the given object, with the value (first argument!) and key (second argument).

      Type Parameters

      • T extends object

      Parameters

      • object: T
      • visit: <K extends string | number | symbol>(value: T[K], key: K) => any

      Returns void