Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
export declare function noJitter(delay: number): number;
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function noJitter(delay) {
|
||||
return delay;
|
||||
}
|
||||
exports.noJitter = noJitter;
|
||||
//# sourceMappingURL=no.jitter.js.map
|
||||
+1
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"no.jitter.js","sourceRoot":"","sources":["../../../src/jitter/no/no.jitter.ts"],"names":[],"mappings":";;AAAA,SAAgB,QAAQ,CAAC,KAAa;IAClC,OAAO,KAAK,CAAC;AACjB,CAAC;AAFD,4BAEC"}
|
||||
Reference in New Issue
Block a user