improve type guards
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user