Use JSDocs comments (#1727)

This commit is contained in:
Kiwi
2018-07-04 11:01:08 -06:00
committed by Wyatt Johnson
parent a1fc11a893
commit 1a14c13105
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;
}