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) 246 B
/** * Checks if a directory contains only rseg files * @param directory Path to the directory * @returns Boolean indicating if the directory contains only rseg files */ export declare function hasOnlyRse(directory: string): Promise<boolean>;