UNPKG

@oriflame/version-tools

Version:
8 lines 348 B
import type { GlobalOptions } from '@boost/cli'; import { Command } from '@boost/cli'; declare type VersionParams = [string]; export default class GreaterVersionCommand extends Command<GlobalOptions, VersionParams> { run(firstVersion: string, ...otherVersions: string[]): string; } export {}; //# sourceMappingURL=GreaterVersionCommand.d.ts.map