@cortical/core
Version:
A RESTful API framework for your apps based on GraphQL type system.
16 lines (15 loc) • 764 B
TypeScript
export declare function getProjectPath(): string;
export declare function getRootPath(): string;
export declare function getConfigPath(): string;
export declare function getApiPath(): string;
export declare function getSchemaPath(): string;
export declare function getBuildPath(): string;
export declare function getBuildRootPath(): string;
export declare function getBuildApiPath(): string;
export declare function getBuildConfigPath(): string;
export declare function getBuildSchemaPath(): string;
export declare function getSourcePath(): string;
export declare function getSourceRootPath(): string;
export declare function getSourceApiPath(): string;
export declare function getSourceConfigPath(): string;
export declare function getSourceSchemaPath(): string;