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

    Interface HelperModuleIntrospection

    Result of introspecting a single helper module.

    interface HelperModuleIntrospection {
        exports: Record<string, string>;
    }
    Index

    Properties

    Properties

    exports: Record<string, string>

    Map of namespace_exportName to JSDoc description (empty string if none).