UNPKG

@fnlb-project/stanza

Version:

Modern XMPP in the browser, with a JSON API

5 lines (4 loc) 147 B
/* eslint-disable @typescript-eslint/ban-types */ export function nextTick(callback, ...args) { queueMicrotask(() => callback(...args)); }