Sign in
apache
/
incubator-resilientdb-ResContract
/
a084c655c036190cede801cb760a3f93c25be3b2
/
.
/
node_modules
/
rxjs
/
src
/
internal
/
scheduler
/
timerHandle.ts
blob: 99c00982dff844dfd8bd92df98b0678c3122ee92 [
file
] [
log
] [
blame
]
export
type
TimerHandle
=
number
|
ReturnType
<
typeof
setTimeout
>;