vlocode-project - v2.4.3
Preparing search index...
vlocity-deploy/src
WriteToFilesystemOptions
Interface WriteToFilesystemOptions
interface
WriteToFilesystemOptions
{
fs
?:
{
outputFile
:
(
file
:
string
,
data
:
string
|
Buffer
<
ArrayBufferLike
>
,
)
=>
Promise
<
void
>
;
remove
?:
(
path
:
string
)
=>
Promise
<
void
>
;
}
;
prune
?:
boolean
;
}
Index
Properties
fs?
prune?
Properties
Optional
fs
fs
?:
{
outputFile
:
(
file
:
string
,
data
:
string
|
Buffer
<
ArrayBufferLike
>
,
)
=>
Promise
<
void
>
;
remove
?:
(
path
:
string
)
=>
Promise
<
void
>
;
}
Optional
prune
prune
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fs
prune
vlocode-project - v2.4.3
Loading...