UNPKG
rot-js
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
A roguelike toolkit in JavaScript
ondras.github.io/rot.js
ondras/rot.js
rot-js
/
lib
/
noise
/
index.d.ts
6 lines
(5 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
6
import
Simplex
from
"./simplex.js"
;
declare
const
_default
: {
Simplex
:
typeof
Simplex
; };
export
default
_default;