@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
11 lines (9 loc) • 474 B
JavaScript
;
function isBindingContextLoaded(loadedContexts, context) {
const key = "object" == typeof context && null !== context || "function" == typeof context ? context : loadedContexts;
return !!loadedContexts.has(key) || (loadedContexts.add(key), !1);
}
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.isBindingContextLoaded = void 0, exports.isBindingContextLoaded = isBindingContextLoaded;
//# sourceMappingURL=module-guard.js.map