UNPKG
@rbxts/gamejoy
Version:
latest (1.1.4)
1.1.4
1.1.1
1.1.0
1.0.2
1.0.0
1.0.0-beta.1
1.0.0-beta.0
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
1.0.0-alpha.7
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
A simple class-based input library
github.com/Rimuy/GameJoy
Rimuy/GameJoy
@rbxts/gamejoy
/
out
/
index.d.ts
6 lines
(5 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
export
{
Context
}
from
"./Class/Context"
;
export
*
as
Actions
from
"./Actions"
;
export
*
as
Util
from
"./Util"
;
export
{
ActionEntry
,
AnyAction
,
AxisActionEntry
,
RawActionEntry
}
from
"./Definitions/Types"
;
export
declare
const
VERSION
:
string
;