UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

6 lines (5 loc) 173 B
/** * Queues the passed function to be ran in a macroTask * @param task the function to execute as a macroTask */ export function queueMacrotask(task: () => void): void;