UNPKG

@ng-builders/semrel

Version:
6 lines (5 loc) 181 B
import { PluginSpec } from 'semantic-release'; export declare function npm({ publishable, publishPath }: { publishable: boolean; publishPath: string; }): PluginSpec | null;