Remove undeclared `exports` from volume.js

This commit is contained in:
Kasper Seweryn 2022-02-21 23:21:39 +01:00
parent a6ce396fa2
commit 873e498031
No known key found for this signature in database
GPG Key ID: B2BA6FA597595C00
1 changed files with 0 additions and 3 deletions

View File

@ -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