UNPKG

universal-fs

Version:

Allows a client or server to access the file system in the current codebase or a different one.

6 lines (5 loc) 134 B
export interface RmdirParams { path: PathLike; options?: RmDirOptions & Abortable; } export type RmdirReturn = Promise<void>;