UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

12 lines (9 loc) 220 B
import { run as run$1, _getCurrentRunLoop } from '../../../@ember/runloop/index.js'; function run(fn) { if (!_getCurrentRunLoop()) { return run$1(fn); } else { return fn(); } } export { run as default };