UNPKG

taggedjs

Version:

tagged template reactive html

3 lines (2 loc) 117 B
export type OnDestroyCallback = () => unknown; export declare function onDestroy(callback: OnDestroyCallback): void;