UNPKG

semantic-release-config-gitmoji

Version:
5 lines (4 loc) 178 B
import type { PluginSpec } from 'semantic-release'; import type { NPMPluginOpts } from '../type'; declare const npm: (options?: NPMPluginOpts) => PluginSpec; export default npm;