rimraf
GitHub
isaacs projects
Preparing search index...
opt-arg
RimrafSyncOptions
Interface RimrafSyncOptions
interface
RimrafSyncOptions
{
backoff
?:
number
;
filter
?:
(
path
:
string
,
ent
:
Dirent
<
string
>
|
Stats
)
=>
boolean
;
glob
?:
boolean
|
GlobOptions
;
maxBackoff
?:
number
;
maxRetries
?:
number
;
preserveRoot
?:
boolean
;
retryDelay
?:
number
;
signal
?:
AbortSignal
;
tmp
?:
string
;
}
Hierarchy (
View Summary
)
RimrafAsyncOptions
RimrafSyncOptions
Index
Properties
backoff?
filter?
glob?
max
Backoff?
max
Retries?
preserve
Root?
retry
Delay?
signal?
tmp?
Properties
Optional
backoff
backoff
?:
number
Optional
filter
filter
?:
(
path
:
string
,
ent
:
Dirent
<
string
>
|
Stats
)
=>
boolean
Optional
glob
glob
?:
boolean
|
GlobOptions
Optional
max
Backoff
maxBackoff
?:
number
Optional
max
Retries
maxRetries
?:
number
Optional
preserve
Root
preserveRoot
?:
boolean
Optional
retry
Delay
retryDelay
?:
number
Optional
signal
signal
?:
AbortSignal
Optional
tmp
tmp
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backoff
filter
glob
max
Backoff
max
Retries
preserve
Root
retry
Delay
signal
tmp
GitHub
isaacs projects
rimraf
Loading...