import { onDestroy } from 'svelte';

export function onInterval(callback, milliseconds) {
	// implementation goes here
}