Home
last modified time | relevance | path

Searched defs:secInt (Results 1 – 1 of 1) sorted by relevance

/MusicFree/src/utils/
H A DlrcParser.ts167 const secInt = Math.floor(sec); constant
168 const secFloat = sec - secInt; constant