Search
Preparing search index...
The search index is not available
review.js
Options
Inherited
Private
Externals
Only exported
Menu
Globals
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
ReVIEW
ReVIEW.
Build
ReVIEW.
Exec
ReVIEW.IO
ReVIEW.
Parse
ReVIEW.i18n
read
write
Generated using
TypeDoc
Node.jsでのIOをざっくり行うためのモジュール。