exposed number conversion functions

This commit is contained in:
2024-05-29 10:49:43 -04:00
parent e0963ef940
commit a78197cb50
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export async function parseResponse(data, APIRef, excludeGeneric) {
}
function findRangeIndex(number) {
export function findRangeIndex(number) {
const rangeMap = ["B", "C", "D", "E", "F", "G", "H", "I"];
const companySizeRanges = [
[1, 10],