@eagleoutice/flowr - v2.13.14
Preparing search index...
src/documentation/wiki-mk/doc-maker
DocMakerOutputArgs
Interface DocMakerOutputArgs
interface
DocMakerOutputArgs
{
readFileSync
(
path
:
PathLike
,
)
:
string
|
Buffer
<
ArrayBufferLike
>
|
undefined
;
writeFileSync
(
path
:
PathLike
,
data
:
string
)
:
void
;
}
Index
Methods
read
File
Sync
write
File
Sync
Methods
read
File
Sync
readFileSync
(
path
:
PathLike
)
:
string
|
Buffer
<
ArrayBufferLike
>
|
undefined
Parameters
path
:
PathLike
Returns
string
|
Buffer
<
ArrayBufferLike
>
|
undefined
write
File
Sync
writeFileSync
(
path
:
PathLike
,
data
:
string
)
:
void
Parameters
path
:
PathLike
data
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
read
File
Sync
write
File
Sync
@eagleoutice/flowr - v2.13.14
Loading...