Interface: SourceTask
index.SourceTask
A task that has a “last modified” date.
Table of contents
Properties
Methods
Properties
path
• Readonly
path: Path
Location of this file in the source tree.
Defined in
Methods
getModTime
▸ getModTime(): Promise
<Date
>
Return true if the last modified time of this file is newer than the given date.
Returns
Promise
<Date
>