UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 142 B
/** Attach a promise to the render cycle so resolve triggers a re-render. */ export declare function promise(target: Promise<unknown>): void;