UNPKG

@reliverse/rse-sdk

Version:

@reliverse/rse-sdk allows you to create new plugins for @reliverse/rse CLI, interact with reliverse.org, and even extend your own CLI functionality (you may also try @reliverse/dler-sdk for this case).

7 lines (6 loc) 274 B
export declare function hasConfigFiles(projectPath: string): Promise<boolean>; /** * Checks if the given project path is a Mrse project * @param projectPath The path to the project to check */ export declare function isMrseProject(projectPath: string): Promise<boolean>;