TypeDoc API - v0.28.12
    Preparing search index...

    Type Alias NormalizedPathOrModuleOrFunction

    NormalizedPathOrModuleOrFunction:
        | NormalizedPathOrModule
        | ((app: Application) => Promise<void> | void)

    Represents either a NormalizedPath or a Node module name (e.g. typedoc-plugin-mdn-links or @gerrit0/typedoc-plugin)