UNPKG
@benev/praxis
Version:
latest (0.0.0-5)
0.0.0-5
0.0.0-4
0.0.0-3
0.0.0-2
0.0.0-1
Multiplayer webgame laboratory
github.com/benevolent-games/praxis
benevolent-games/praxis
@benev/praxis
/
x
/
ui
/
logic
/
resources.d.ts
10 lines
(9 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
resources
: {
storage
:
(
path
:
string
) =>
string
;
images
: {
concept1
:
string
;
circuitry
:
string
;
plates
:
string
;
bestagons
:
string
; }; };