UNPKG

taggedjs

Version:

tagged template reactive html

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