GitHub
isaacs projects
Preparing search index...
The search index is not available
rimraf
rimraf
opt-arg
RimrafAsyncOptions
Interface RimrafAsyncOptions
interface
RimrafAsyncOptions
{
backoff
?:
number
;
filter
?:
(
(
path
:
string
,
ent
:
Dirent
|
Stats
)
=>
boolean
)
|
(
(
path
:
string
,
ent
:
Dirent
|
Stats
)
=>
Promise
<
boolean
>
)
;
glob
?:
boolean
|
GlobOptions
;
maxBackoff
?:
number
;
maxRetries
?:
number
;
preserveRoot
?:
boolean
;
retryDelay
?:
number
;
signal
?:
AbortSignal
;
tmp
?:
string
;
}
Hierarchy (
view full
)
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
|
Stats
)
=>
boolean
)
|
(
(
path
:
string
,
ent
:
Dirent
|
Stats
)
=>
Promise
<
boolean
>
)
Optional
glob
glob
?:
boolean
|
GlobOptions
Optional
max
Backoff
max
Backoff
?:
number
Optional
max
Retries
max
Retries
?:
number
Optional
preserve
Root
preserve
Root
?:
boolean
Optional
retry
Delay
retry
Delay
?:
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...