@karmaniverous/cached-axios
    Preparing search index...

    Function buildConfig

    • Build a strongly-typed configuration object from a nested shape.

      • Validates input with ConfigInputSchema.
      • Every node exposes id(seg?) and tag(seg?) to generate colon-delimited keys.
      • See tests for usage patterns.

      Type Parameters

      • T extends Shape

        The nested shape type, e.g. { user: { byId: undefined } }.

      Parameters

      • input: T

        Nested object whose leaves are undefined.

      Returns BuiltNode<T, []>

      A structure mirroring input with id() and tag() at each node.