HED JavaScript Library
    Preparing search index...

    Function organizedPathsGenerator

    • A generator function that yields the paths of a given file extension from a BIDS-style organized path mapping.

      Parameters

      • organizedPaths: Map<string, Map<string, string[]>>

        A BIDS-style organized path mapping.

      • targetExtension: string

        The file extension to search for (e.g., '.json').

      Returns Generator<string, void, unknown>

      The paths of the given file extension.