improve type guards

This commit is contained in:
Ollie Taylor
2023-02-23 00:39:46 +00:00
parent c1f1131c7c
commit 8d4afbd7ff
4 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { dev } from '$app/environment';
import type { PlayerElement, PlayerMetadata } from '$lib/components/audio/types';
import { secondsToTimestamp } from '$lib/helper/s-to-timestamp';
import { secondsToTimestamp } from '$lib/helper/seconds-to-timestamp';
import clamp from 'just-clamp';
import { derived, writable } from 'svelte/store';