interface CreateDirOptions {
    recursive: boolean;
}

Properties

Properties

recursive: boolean