UNPKG

@gobstones/gobstones-scripts

Version:

Scripts to abstract away build configuration of Gobstones Project's libraries and modules.

12 lines 450 B
import { OSType } from '../Config/config'; /** * Returns the current project's root path by attempting to identify it. * If it cannot be identified, it returns the current working directory * as the project's root path. * * @param os - The OS that is currently discovered as environment. * * @returns The project's root path. */ export declare const getProjectRootPath: (os: OSType) => string; //# sourceMappingURL=getProjectRootPath.d.ts.map