ZenFS
Preparing search index...
index
fs
statSync
Function statSync
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
?:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
?:
true
}
,
)
:
Stats
Parameters
this
:
unknown
path
:
PathLike
Optional
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
?:
true
}
Returns
Stats
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
?:
true
}
,
)
:
BigIntStats
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
?:
true
}
Returns
BigIntStats
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
:
false
}
,
)
:
Stats
|
undefined
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
bigint
?:
false
;
throwIfNoEntry
:
false
}
Returns
Stats
|
undefined
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
:
false
}
,
)
:
BigIntStats
|
undefined
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
bigint
:
true
;
throwIfNoEntry
:
false
}
Returns
BigIntStats
|
undefined
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
:
StatOptions
&
{
throwIfNoEntry
?:
true
}
,
)
:
Stats
|
BigIntStats
Parameters
this
:
unknown
path
:
PathLike
options
:
StatOptions
&
{
throwIfNoEntry
?:
true
}
Returns
Stats
|
BigIntStats
statSync
(
this
:
unknown
,
path
:
PathLike
,
options
?:
StatOptions
,
)
:
Stats
|
BigIntStats
|
undefined
Parameters
this
:
unknown
path
:
PathLike
Optional
options
:
StatOptions
Returns
Stats
|
BigIntStats
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ZenFS
Loading...