UNPKG

@cto.ai/ops

Version:

💻 CTO.ai - The CLI built for Teams 🚀

6 lines (5 loc) • 174 B
export interface NameAndVersion { name: string; version: string | undefined; } export declare const splitNameAndVersion: (nameWithVersion: string) => NameAndVersion;