UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

10 lines (8 loc) 197 B
const EMBER_ARRAYS = new WeakSet(); function setEmberArray(obj) { EMBER_ARRAYS.add(obj); } function isEmberArray(obj) { return EMBER_ARRAYS.has(obj); } export { isEmberArray, setEmberArray };