To use the sortedIndexOf
function from the Lodash library in TypeScript with type annotations, follow these steps:
index.ts59 chars3 lines
index.ts50 chars2 lines
index.ts70 chars3 lines
sortedIndexOf
function and pass in the array and value as arguments:index.ts55 chars2 lines
index.ts67 chars2 lines
Note that the sortedIndexOf
function returns -1
if the value is not found in the array.
Full example code:
index.ts245 chars9 lines
gistlibby LogSnag