KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
mocks
<internal>
IDirent
Interface IDirent
interface
IDirent
{
name
:
TDataOut
;
parent
?:
string
;
parentPath
:
string
;
isBlockDevice
()
:
boolean
;
isCharacterDevice
()
:
boolean
;
isDirectory
()
:
boolean
;
isFIFO
()
:
boolean
;
isFile
()
:
boolean
;
isSocket
()
:
boolean
;
isSymbolicLink
()
:
boolean
;
}
Implemented by
Dirent
Index
Properties
name
parent?
parent
Path
Methods
is
Block
Device
is
Character
Device
is
Directory
is
FIFO
is
File
is
Socket
is
Symbolic
Link
Properties
name
name
:
TDataOut
Optional
parent
parent
?:
string
Deprecated
See
https://nodejs.org/api/deprecations.html#DEP0178
parent
Path
parentPath
:
string
Methods
is
Block
Device
isBlockDevice
()
:
boolean
Returns
boolean
is
Character
Device
isCharacterDevice
()
:
boolean
Returns
boolean
is
Directory
isDirectory
()
:
boolean
Returns
boolean
is
FIFO
isFIFO
()
:
boolean
Returns
boolean
is
File
isFile
()
:
boolean
Returns
boolean
is
Socket
isSocket
()
:
boolean
Returns
boolean
is
Symbolic
Link
isSymbolicLink
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
name
parent
parent
Path
Methods
is
Block
Device
is
Character
Device
is
Directory
is
FIFO
is
File
is
Socket
is
Symbolic
Link
Github
KC's Workspace
Loading...
Deprecated
See
https://nodejs.org/api/deprecations.html#DEP0178