mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Ability to search by artist, album, track
This commit is contained in:
7
src/clock.ts
Normal file
7
src/clock.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import dayjs, { Dayjs } from "dayjs";
|
||||
|
||||
export interface Clock {
|
||||
now(): Dayjs;
|
||||
}
|
||||
|
||||
export const SystemClock = { now: () => dayjs() };
|
||||
Reference in New Issue
Block a user