UNPKG

@lexmin0412/gcm

Version:
5 lines (4 loc) 107 B
/** * 判断一个path是否是文件夹 */ export declare const isDirectory: (path: string) => boolean;