Members
ascending :boolean
Whether to sort dates by ascending or not
Type:
- boolean
extensions :Array
file extensions to include in results
Type:
- Array
includeContent :boolean
Whether to append raw content to obj
Type:
- boolean
path :string
Starting path to begin traversal of file structure.
Default to `srcPath` from constructor.
Type:
- string
recursive :boolean
Whether to recursive through file structure
Type:
- boolean
sortBy :'updated'|'created'
Which dates to sort list by
Type:
- 'updated' | 'created'