UNPKG
gl-tiled
Version:
latest (1.0.0)
1.0.0
A Tiled editor renderer for WebGL.
github.com/englercj/gl-tiled
englercj/gl-tiled
gl-tiled
/
src
/
IDictionary.ts
2 lines
(1 loc)
•
60 B
text/typescript
View Raw
1
2
export
type
IDictionary
<T> =
Partial
<{ [
key
:
string
]: T }>;