UNPKG

taggedjs

Version:

tagged template reactive html

6 lines (5 loc) 201 B
export type OnInitCallback = () => unknown; /** runs a callback function one time and never again. Same as calling state(() => ...) */ export declare function useAwaits(): { add: Promise<void>; };