• Type Parameters

    • T

    Parameters

    • path: string
    • node: LabelledNode<T>
    • pathOpts: Partial<Readonly<{
          duplicates: "ignore" | "allow" | "overwrite";
          separator: string;
      }>> = {}

    Returns T[]