@karmaniverous/jeeves-watcher
    Preparing search index...

    Interface AllHelpersIntrospection

    Result of introspecting all helper modules.

    interface AllHelpersIntrospection {
        mapHelpers: Record<string, HelperModuleIntrospection>;
        templateHelpers: Record<string, HelperModuleIntrospection>;
    }
    Index

    Properties

    mapHelpers: Record<string, HelperModuleIntrospection>

    Introspection results for map helper modules, keyed by config name.

    templateHelpers: Record<string, HelperModuleIntrospection>

    Introspection results for template helper modules, keyed by config name.