BOC v1.0: RS256 auth, Ledger integration, Prometheus metrics, CI/CD, backup
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
Convert velocity into velocity per second
|
||||
*/
|
||||
/*#__NO_SIDE_EFFECTS__*/
|
||||
const velocityPerSecond = (velocity, frameDuration) => frameDuration ? velocity * (1000 / frameDuration) : 0;
|
||||
|
||||
export { velocityPerSecond };
|
||||
//# sourceMappingURL=velocity-per-second.mjs.map
|
||||
Reference in New Issue
Block a user