@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Function getOwnGetterKeys

    • get all owned getter property keys of an object obj (string keys and symbol keys).

      TODO: in the future, consider creating a getInheritedGetterKeys function with the same signature as getInheritedPropertyKeys.

      Note

      inherited getter property keys will not be included. only directly defined getter property keys (aka owned keys) will be listed.

      Type Parameters

      • T extends object

      Parameters

      • obj: T

      Returns (keyof T)[]