@bdelab/jscat - v5.3.2
    Preparing search index...

    Function fillZetaDefaults

    • Fills in default zeta parameters for any missing keys in the provided zeta object.

      Parameters

      • zeta: Zeta

        The zeta parameters to fill in defaults for.

      • desiredFormat: "symbolic" | "semantic" = 'symbolic'

        The desired format for the output zeta object. Default is 'symbolic'.

      Returns Zeta

      A new zeta object with default values filled in for any missing keys, and converted to the desired format if specified.

      This function merges the provided zeta object with the default zeta object, converting the keys to the desired format if specified. If no desired format is provided, the keys will remain in their original format.