1.0.25 • Published 6 months ago

ilihub v1.0.25

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

ilihub

A collection of useful TypeScript functions.

NPM Version NPM CodeFactor Socket Badge

Installation

# if you're using pnpm
pnpm add ilihub

# or, if you're using npm
npm install ilihub

# or, if you're using yarn
yarn add ilihub

Usage

import { BinarySearch } from "ilihub";

const arr = [1, 2, 3, 4, 5, 6, 7, 8, 9];

const result = BinarySearch(arr, 5);

console.log(result); // 4

Sponsors & Backers

Support the development of new open-source projects from ilihub through crowdfunding.

The core of ilihub is our crowd-funded open-source projects, licensed under the permissive MIT license. Sponsorship increases the rate of bug fixes, documentation improvements, and feature development.

Sponsors


1.0.22

6 months ago

1.0.21

6 months ago

1.0.20

7 months ago

1.0.25

6 months ago

1.0.24

6 months ago

1.0.23

6 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago