Function fillInOptions

  • Fills in the mising options from the provided defaults

    Type Parameters

    • T extends Record<string, any>

    Parameters

    • options: Partial<T>

      Options provided by the caller

    • defaults: T

      Defaults provided by the author

    Returns T

Generated using TypeDoc