Possible options for Fs.watchFile.
Fs.watchFile
@:optionaloptionalpersistent:Null<Bool>
indicates whether the process should continue to run as long as files are being watched default: true
@:optionaloptionalinterval:Null<Int>
indicates how often the target should be polled, in milliseconds default: 5007