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"
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
"builder/builder"
"builder/html
Builder"
"builder/text
Builder"
"controller/config"
"controller/config
Raw"
"controller/controller"
"i18n/en"
"i18n/i18n"
"i18n/ja"
"index"
"js/exception"
"model/compiler
Model"
"parser/analyzer"
"parser/parser"
"parser/preprocessor"
"parser/validator"
"parser/walker"
"peg/action"
"utils/polyfill"
"utils/utils"
Exec
IO
read
write
Generated using
TypeDoc
Node.jsでのIOをざっくり行うためのモジュール。