UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
webgl-engine
/
parts
/
testUtils.js
3 lines
(1 loc)
•
177 B
JavaScript
View Raw
1
2
3
import
{getContextCache
as
e}
from
"./contextCache.js"
;
const
o={
enabled
:!
1
,
disposeContextCache
:
()=>
{
const
o=
e
();o.
forEach
((
e
=>
e.
dispose
())),o.
clear
()}};
export
{o
as
contextCache};