UNPKG

@polkadot/util

Version:
6 lines (5 loc) 207 B
/** * @name nextTick * @description Defer the operation to the queue for evaluation on the next tick */ export declare function nextTick(onExec: () => unknown, onError?: (error: Error) => unknown): void;