UNPKG

suman-watch-plugins

Version:

Plugins to be used with suman-watch utilities.

5 lines (4 loc) 254 B
import { ISumanWatchPlugin } from "../../index"; export declare const exportName: string; export declare const isSumanWatchPluginModule: boolean; export declare const getValue: (version?: string, input?: Partial<ISumanWatchPlugin>) => ISumanWatchPlugin;