mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
Use JSDocs comments (#1727)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user