Use JSDocs comments (#1727)

This commit is contained in:
Kiwi
2018-07-04 14:39:54 -06:00
committed by Wyatt Johnson
parent 6a185e587e
commit e450fa05e0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { Executor } from "./types";
interface LongRunningExecutorOptions {
args?: ReadonlyArray<string>;
// Specify the period in which the process is restarted at max once.
/** Specify the period in which the process is restarted at max once. */
debounce?: number;
}