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
/
delay
/
always
/
always.delay.ts
blob: ec86c62e9e6400b4a33080c5595e0e28b64e8bcb (
plain
)
1
2
3
import
{
Delay
}
from
"../delay.base"
;
export class
AlwaysDelay
extends
Delay
{}