BSB Node.js Type Definitions
    Preparing search index...

    Function getCategoryFromPluginName

    • Extract category from plugin name based on directory prefix. Examples:

      • service-demo-todo -> service
      • observable-axiom -> observable
      • events-rabbitmq -> events
      • config-default -> config

      Parameters

      • pluginName: string

      Returns "config" | "events" | "observable" | "service" | "other"