Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F4498000
timers.d.ts
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
578 B
Referenced Files
None
Subscribers
None
timers.d.ts
View Options
declare
module
'timers'
{
export
const
setTimeout
:
typeof
globalThis
.
setTimeout
;
export
const
clearTimeout
:
typeof
globalThis
.
clearTimeout
;
export
const
setInterval
:
typeof
globalThis
.
setInterval
;
export
const
clearInterval
:
typeof
globalThis
.
clearInterval
;
export
const
setImmediate
:
typeof
globalThis
.
setImmediate
;
export
const
clearImmediate
:
typeof
globalThis
.
clearImmediate
;
export
const
queueMicrotask
:
typeof
globalThis
.
queueMicrotask
;
}
declare
module
'ant:timers'
{
export
*
from
'timers'
;
}
declare
module
'node:timers'
{
export
*
from
'timers'
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 3, 7:28 AM (13 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
541740
Default Alt Text
timers.d.ts (578 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment