UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
parts
/
contextCache.js
3 lines
(1 loc)
•
69 B
JavaScript
View Raw
1
2
3
const
n=
new
Map
;
function
t
(
){
return
n}
export
{t
as
getContextCache};