UNPKG

signalk-slack-notify

Version:

Send notifications from Signal K to Slack using Webhook API

3 lines (2 loc) 193 B
import { type PluginDependencies, type SignalKApp, type SignalKPlugin } from './types'; export declare function createPlugin(app: SignalKApp, dependencies?: PluginDependencies): SignalKPlugin;