Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"fs/node"
External module "fs/node"
Index
Variables
read
File
Async
stat
Async
Object literals
fs
Variables
Const
read
File
Async
read
File
Async
:
function
= _.promisify<string, string, string>(readFile)
Type declaration
(
arg1
:
T1
, arg2
:
T2
)
:
Promise
<
T3
>
Parameters
arg1:
T1
arg2:
T2
Returns
Promise
<
T3
>
Const
stat
Async
stat
Async
:
function
= _.promisify(stat)
Type declaration
(
arg1
:
T1
)
:
Promise
<
T2
>
Parameters
arg1:
T1
Returns
Promise
<
T2
>
Object literals
Const
fs
fs
:
object
exists
exists
(
filepath
:
string
)
:
Promise
<
boolean
>
Parameters
filepath:
string
Returns
Promise
<
boolean
>
read
File
read
File
(
filepath
:
string
)
:
Promise
<
string
>
Parameters
filepath:
string
Returns
Promise
<
string
>
resolve
resolve
(
root
:
string
, file
:
string
, ext
:
string
)
:
string
Parameters
root:
string
file:
string
ext:
string
Returns
string
Globals
"fs/node"
read
File
Async
stat
Async
fs
Generated using
TypeDoc