ScanEntry
Nodepod API / src / readdirp / ScanEntry
Interface: ScanEntry
Section titled “Interface: ScanEntry”Defined in: src/polyfills/readdirp.ts:23
Properties
Section titled “Properties”basename
Section titled “basename”basename:
string
Defined in: src/polyfills/readdirp.ts:26
dirent?
Section titled “dirent?”
optionaldirent?:object
Defined in: src/polyfills/readdirp.ts:28
name:
string
isDirectory()
Section titled “isDirectory()”isDirectory():
boolean
Returns
Section titled “Returns”boolean
isFile()
Section titled “isFile()”isFile():
boolean
Returns
Section titled “Returns”boolean
fullPath
Section titled “fullPath”fullPath:
string
Defined in: src/polyfills/readdirp.ts:25
path:
string
Defined in: src/polyfills/readdirp.ts:24
stats?
Section titled “stats?”
optionalstats?:FileStat
Defined in: src/polyfills/readdirp.ts:27