UNPKG

@gabortorma/mwm

Version:

Multi-repo Workspace Manager

9 lines (6 loc) 347 B
export { d as defineMWMConfig } from './shared/mwm.BzqItMuW.js'; import { Config } from 'release-it'; import 'c12'; type Preset = 'workspace' | 'package' | 'release' | 'nuxt-layer' | 'nuxt-module' | 'nitro-plugin'; declare function defineReleaseItConfig(preset: Preset, name?: string, config?: Config): Config; export { defineReleaseItConfig };