Remove undeclared `exports` from volume.js

environments/review-front-deve-otr6gc/deployments/10515
Kasper Seweryn 2022-02-21 23:21:39 +01:00
rodzic a6ce396fa2
commit 873e498031
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B2BA6FA597595C00
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -21,6 +21,3 @@ export function toLogarithmicVolumeScale (v) {
// (0; -DYNAMIC_RANGE) [dB] -> (1.0; 0.0)
return 1 - (dB / -DYNAMIC_RANGE)
}
exports.toLinearVolumeScale = toLinearVolumeScale
exports.toLogarithmicVolumeScale = toLogarithmicVolumeScale