mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fs-extra: change CopyOptions properties optional
This commit is contained in:
Vendored
+3
-3
@@ -186,9 +186,9 @@ declare module "fs-extra" {
|
||||
export type CopyFilter = CopyFilterFunction | RegExp;
|
||||
|
||||
export interface CopyOptions {
|
||||
clobber: boolean
|
||||
preserveTimestamps: boolean
|
||||
filter: CopyFilter
|
||||
clobber?: boolean
|
||||
preserveTimestamps?: boolean
|
||||
filter?: CopyFilter
|
||||
}
|
||||
|
||||
export interface OpenOptions {
|
||||
|
||||
Reference in New Issue
Block a user