UNPKG

@altostra/core

Version:

Core library for shared types and logic

7 lines (6 loc) 271 B
export interface ProjectVersion { name: string; version: string; } export declare function getVersion(basePath?: string): Promise<ProjectVersion>; export declare const isProjectVersion: import("@altostra/type-validations").ObjectOfTypeValidation<ProjectVersion>;