UNPKG

@jswork/next-time2clock

Version:

Time to clock(lrc/srt) for next.

10 lines (8 loc) 128 B
interface Result { srt: string; std: string; lrc: string; } interface NxStatic { time2clock: (ts: number) => Result; }