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

4 lines
79 B

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