UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

9 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { // eslint-disable-next-line @typescript-eslint/ban-types nextTick(fn) { setTimeout(fn, 0); }, }; //# sourceMappingURL=browser.js.map