@cto.af/utils - v1.3.2
    Preparing search index...

    Function nameSet

    • Get the names of the keys of an options type, from the defaults.

      Type Parameters

      • T extends object

      Parameters

      • defaults: T

        Default values for the options.

      Returns Set<keyof T>

      List of keys of the given object.