UNPKG

@adonisjs/sink

Version:

AdonisJS sink is a swiss knife for managing project files by applying minimal changes, inferring formatting from EditorConfig file and comes with specialized tasks for different file formats and file types.

6 lines (5 loc) 135 B
/** * Returns a boolean telling if a directory is empty or * not. */ export declare function isEmptyDir(location: string): boolean;