Search
Preparing search index...
The search index is not available
@xblox/fs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"append"
External module "append"
Index
Interfaces
Options
Variables
Q
promised
Append
File
Functions
async
sync
validate
Input
Variables
Q
Q
:
any
= require('q')
promised
Append
File
promised
Append
File
:
any
= Q.denodeify(fs.appendFile)
Functions
async
async
(
path
:
string
, data
:
string
|
Buffer
|
Object
, options
?:
Options
)
:
Promise
<
null
>
Parameters
path:
string
data:
string
|
Buffer
|
Object
Optional
options:
Options
Returns
Promise
<
null
>
sync
sync
(
path
:
string
, data
:
any
, options
:
Options
)
:
void
Parameters
path:
string
data:
any
options:
Options
Returns
void
validate
Input
validate
Input
(
methodName
:
string
, path
:
string
, data
:
any
, options
?:
Options
)
:
void
Parameters
methodName:
string
path:
string
data:
any
Optional
options:
Options
Returns
void
Globals
"append"
Options
Q
promised
Append
File
async
sync
validate
Input
Generated using
TypeDoc