Constructors
constructor
- new Entry(path, name, stats?, children?, content?): Entry
Parameters
- path: string
- name: string
Optional stats: Stats- children: Entry[] = ...
Optional content: string
Properties
children
Optional content
content?: string
Optional mime
mime?: string
name
name: string
path
path: string
Optional stats
stats?: Stats
type