core-utils
Preparing search index...
@clipboard-health/clearance
EnsureClearanceInput
Interface EnsureClearanceInput
interface
EnsureClearanceInput
{
cacheDir
?:
string
;
env
?:
ProcessEnv
;
isListening
?:
ClearanceListenerCheck
;
logger
?:
(
message
:
string
)
=>
void
;
pollIntervalMs
?:
number
;
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
;
spawnDetached
?:
ClearanceSpawner
;
timeoutMs
?:
number
;
}
Index
Properties
cache
Dir?
env?
is
Listening?
logger?
poll
Interval
Ms?
sleep?
spawn
Detached?
timeout
Ms?
Properties
Optional
cache
Dir
cacheDir
?:
string
Optional
env
env
?:
ProcessEnv
Optional
is
Listening
isListening
?:
ClearanceListenerCheck
Optional
logger
logger
?:
(
message
:
string
)
=>
void
Optional
poll
Interval
Ms
pollIntervalMs
?:
number
Optional
sleep
sleep
?:
(
ms
:
number
)
=>
Promise
<
void
>
Optional
spawn
Detached
spawnDetached
?:
ClearanceSpawner
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Dir
env
is
Listening
logger
poll
Interval
Ms
sleep
spawn
Detached
timeout
Ms
core-utils
Loading...