Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputFile

Hierarchy

  • InputFile

Index

Constructors

Properties

Methods

Constructors

constructor

  • new InputFile(filePath: string, mtime: Date | null): InputFile

Properties

filePath

filePath: string

mtime

mtime: Date | null

Methods

checkOutOfDate

  • checkOutOfDate(): Promise<boolean>

Static create

  • create(filePath: string): Promise<InputFile>

Generated using TypeDoc