UNPKG
@jswork/next-time2clock
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Time to clock(lrc/srt) for next.
js.work
@jswork/next-time2clock
/
index.d.ts
10 lines
(8 loc)
•
128 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
interface
Result
{
srt
:
string
;
std
:
string
;
lrc
:
string
; }
interface
NxStatic
{
time2clock
:
(
ts
:
number
) =>
Result
; }