@traversable/schema
    Preparing search index...
    compile: <T>(
        g: (
            src: JsonSchema.F<T>,
            ix: F.CompilerIndex,
            x: JsonSchema.F<JsonSchema.F<unknown>>,
        ) => T,
    ) => (src: JsonSchema.F<T>, ix?: F.CompilerIndex) => T

    Type declaration

      • <T>(
            g: (
                src: JsonSchema.F<T>,
                ix: F.CompilerIndex,
                x: JsonSchema.F<JsonSchema.F<unknown>>,
            ) => T,
        ): (src: JsonSchema.F<T>, ix?: F.CompilerIndex) => T
      • Type Parameters

        • T

        Parameters

        • g: (
              src: JsonSchema.F<T>,
              ix: F.CompilerIndex,
              x: JsonSchema.F<JsonSchema.F<unknown>>,
          ) => T

        Returns (src: JsonSchema.F<T>, ix?: F.CompilerIndex) => T