UNPKG
jungle-organic
Version:
latest (0.2.0)
0.2.0
0.0.2
0.0.1
The organic programming framework
github.com/Space-Ed/junglejs
Space-Ed/junglejs
jungle-organic
/
ts_src
/
resource
/
io.ts
20 lines
(11 loc)
•
246 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
namespace Jungle { export namespace IO {
/** * A resource has a simple IO system that has the basic lining */
export
class
ResourceIO
{ } export
class
ResourceShell
{ } } }