Skip to content

Commit 52cf51f

Browse files
author
Mat Jones
committed
update jsdoc comment
1 parent 2cfa4f9 commit 52cf51f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/utilities/core-utils.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ const _sleep = (milliseconds: number, debug: boolean = false) => {
9292
);
9393
};
9494

95+
/**
96+
* Block execution for specified number of milliseconds, synchronously.
97+
* @param milliseconds the delay
98+
*/
9599
const _sleepSync = (milliseconds: number) => {
96100
let now = Date.now(),
97101
start = now;

0 commit comments

Comments
 (0)