stat
Call Signature
Section titled “Call Signature”stat(
this,path,callback):void
Defined in: src/node/async.ts:56
Parameters
Section titled “Parameters”unknown
PathLike
callback
Section titled “callback”Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”stat(
this,path,options,callback):void
Defined in: src/node/async.ts:57
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”bigint?
Section titled “bigint?”false
throwIfNoEntry?
Section titled “throwIfNoEntry?”true
callback
Section titled “callback”Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”stat(
this,path,options,callback):void
Defined in: src/node/async.ts:58
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”bigint
Section titled “bigint”true
throwIfNoEntry?
Section titled “throwIfNoEntry?”true
callback
Section titled “callback”Callback<[BigIntStats]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”stat(
this,path,options,callback):void
Defined in: src/node/async.ts:59
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”bigint?
Section titled “bigint?”false
throwIfNoEntry
Section titled “throwIfNoEntry”false
callback
Section titled “callback”Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”stat(
this,path,options,callback):void
Defined in: src/node/async.ts:65
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”bigint
Section titled “bigint”true
throwIfNoEntry
Section titled “throwIfNoEntry”false
callback
Section titled “callback”Callback<[BigIntStats | undefined]>
Returns
Section titled “Returns”void
Call Signature
Section titled “Call Signature”stat(
this,path,options,callback):void
Defined in: src/node/async.ts:71
Parameters
Section titled “Parameters”unknown
PathLike
options
Section titled “options”StatOptions
callback
Section titled “callback”Callback<[BigIntStats | Stats | undefined]>
Returns
Section titled “Returns”void