UNPKG

@fnlb-project/stanza

Version:

Modern XMPP in the browser, with a JSON API

8 lines (7 loc) 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nextTick = nextTick; /* eslint-disable @typescript-eslint/ban-types */ function nextTick(callback, ...args) { queueMicrotask(() => callback(...args)); }