UNPKG

140 BTypeScriptView Raw
1/**
2 * Returns a boolean telling if a directory is empty or
3 * not.
4 */
5export declare function isEmptyDir(location: string): boolean;