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