UNPKG

@lightweightform/theme-common

Version:

Common utilities for Lightweightform themes

6 lines (5 loc) 144 B
/** * Executes a task as soon as possible. * @param task Function or any object that implements `call()`. */ export declare const asap: any;