mirror of
https://github.com/ION606/linkedin-api.git
synced 2026-05-14 22:06:54 +00:00
exposed number conversion functions
This commit is contained in:
+1
-1
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user