()
| 136 | } |
| 137 | |
| 138 | const now = () => performance.now(); |
| 139 | const round = (x, d = 4) => (x == null || Number.isNaN(x) ? null : Number(x.toFixed(d))); |
| 140 | |
| 141 | // ---------------------------------------------------------------------------- |
no test coverage detected