UNPKG
@esolangs/type-unlambda
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
Unlambda interpreter implemented in TypeScript's type system
@esolangs/type-unlambda
/
index.ts
3 lines
(2 loc)
•
68 B
text/typescript
View Raw
1
2
3
import
{
Unlambda
}
from
'./src/unlambda'
;
export
default
Unlambda
;