index
:
crud
king
crud - my crud project !
pack
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
node_modules
/
exponential-backoff
/
src
/
jitter
/
no
/
no.jitter.ts
blob: bc1b56fbb1de3f7993c693f28f8c634bc150e620 (
plain
)
1
2
3
export function
noJitter
(
delay
:
number
) {
return
delay
;
}