UNPKG

@turbox3d/reactivity

Version:

Large-scale reactive state management library

10 lines (9 loc) 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDomain = isDomain; var _domain = require("../core/domain"); function isDomain(value) { return value instanceof _domain.Domain; }