UNPKG

wn-ts-node

Version:
22 lines 763 B
import { Project, ProjectIndex } from 'wn-ts-core'; /** * Load the project index from the TOML file using Node.js config */ export declare function loadProjectIndex(): ProjectIndex; /** * Get all available projects */ export declare function getProjects(): Project[]; /** * Clear the project index cache */ export declare function clearProjectIndexCache(): void; /** * Get download URL for a specific project version (Node.js implementation) */ export declare function getProjectVersionUrls(projectId: string, version: string): string[]; /** * Check if a project version has an error (Node.js implementation) */ export declare function getProjectVersionError(projectId: string, version: string): string | undefined; //# sourceMappingURL=project.d.ts.map