Search
Preparing search index...
The search index is not available
review.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"utils/Utils"
ReVIEW
IO
Module IO
Node.jsでのIOをざっくり行うためのモジュール。
Index
Functions
read
write
Functions
read
read
(
path
:
string
)
:
Promise
<
string
>
指定されたファイルを読み文字列として返す。
Parameters
path:
string
Returns
Promise
<
string
>
write
write
(
path
:
string
, content
:
string
)
:
Promise
<
void
>
指定されたファイルへ文字列を書く。
Parameters
path:
string
content:
string
Returns
Promise
<
void
>
Globals
"
Main"
"builder/
Builder"
"builder/
Html
Builder"
"builder/
Text
Builder"
"controller/
Config"
"controller/
Config
Raw"
"controller/
Controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"model/
Compiler
Model"
"parser/
Analyzer"
"parser/
Parser"
"parser/
Preprocessor"
"parser/
Validator"
"parser/
Walker"
"utils/
Polyfill"
"utils/
Utils"
ReVIEW
Exec
IO
read
write
Generated using
TypeDoc
Node.jsでのIOをざっくり行うためのモジュール。