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
/
inventory
/
standards.ts
11 lines
(7 loc)
•
126 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
namespace
Jungle
.
Inv
{
export
function
pass
(
x
){
return
x }
export
function
abstain
(
x
){ } }