• Read and parse a swingset config file and return it in normalized form.

    Parameters

    • configPath: string

      Path to the config file to be processed

    Returns Promise<null | SwingSetConfig>

    the contained config object, in normalized form, or null if the requested config file did not exist.

    if the file existed but was inaccessible, malformed, or otherwise invalid.