UNPKG
@rbxts/jecs-hooks
Version:
latest (0.0.2)
0.0.2
0.0.1
Hooks for Jecs ECS
github.com/mathfox/rbx-jecs-hooks
mathfox/rbx-jecs-hooks
@rbxts/jecs-hooks
/
out
/
useTimeout.d.ts
2 lines
(1 loc)
•
87 B
TypeScript
View Raw
1
2
export
declare
function
useTimeout
(
seconds
:
number
,
discriminator
?:
unknown
):
boolean
;