UNPKG

extension-develop

Version:
7 lines (6 loc) 297 B
export interface ProjectStructure { manifestPath: string; packageJsonPath?: string; } export declare function getProjectPath(pathOrRemoteUrl: string | undefined): Promise<string>; export declare function getProjectStructure(pathOrRemoteUrl: string | undefined): Promise<ProjectStructure>;