Preparing search index...
The search index is not available
@immediately-run/sdk
@immediately-run/sdk
DirEntry
Interface DirEntry
A directory entry from
MountFs.readdir
.
interface
DirEntry
{
kind
:
"file"
|
"dir"
;
name
:
string
;
}
Index
Properties
kind
name
Properties
kind
kind
:
"file"
|
"dir"
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
kind
name
@immediately-run/sdk
Loading...
A directory entry from MountFs.readdir.