svelte/test/runtime/samples/ondestroy-deep/destroyed.js

3 lines
76 B

export let destroyed = [];
export const reset = () => destroyed.length = 0;