Returns the interval between the start and each subsequent call.
const interval = Stopwatch.interval();interval(); // Time from Stopwatch.interval()interval(); // Time since last interval() call Copy
const interval = Stopwatch.interval();interval(); // Time from Stopwatch.interval()interval(); // Time since last interval() call
See also:
Returns the interval between the start and each subsequent call.
See also: