install-module-linked
Preparing search index...
InstallOptions
Interface InstallOptions
interface
InstallOptions
{
cachePath
?:
string
;
fetchText
?:
FetchTextFn
;
homedir
?:
HomedirFn
;
mkdir
?:
MkdirFn
;
rm
?:
RmFn
;
rmSync
?:
RmSyncFn
;
spawn
?:
SpawnFn
;
syncExec
?:
SyncExecFn
;
workerModule
?:
string
;
}
Index
Properties
cache
Path?
fetch
Text?
homedir?
mkdir?
rm?
rm
Sync?
spawn?
sync
Exec?
worker
Module?
Properties
Optional
cache
Path
cachePath
?:
string
Optional
fetch
Text
fetchText
?:
FetchTextFn
Optional
homedir
homedir
?:
HomedirFn
Optional
mkdir
mkdir
?:
MkdirFn
Optional
rm
rm
?:
RmFn
Optional
rm
Sync
rmSync
?:
RmSyncFn
Optional
spawn
spawn
?:
SpawnFn
Optional
sync
Exec
syncExec
?:
SyncExecFn
Optional
worker
Module
workerModule
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cache
Path
fetch
Text
homedir
mkdir
rm
rm
Sync
spawn
sync
Exec
worker
Module
install-module-linked
Loading...