cnpmcore
Version:
Private NPM Registry for Enterprise
11 lines (10 loc) • 321 B
TypeScript
import { SemVer } from 'semver';
export declare class PaddingSemVer {
private readonly semver;
private _paddingVersion;
readonly isPreRelease: boolean;
constructor(semver: string | SemVer);
get paddingVersion(): string;
static paddingVersion(v: number): string;
static anyVersion(): string;
}