-
### `debounce`
Creates a debounced function that delays invoking `func` until after `wait` milliseconds have passed.
**File**: `src/utils/function/debounce/debounce.ts`
**Test File**: `src/ut…
-
Hi @bharat-b7 ,
I'm sure you are quite busy, but 10 minutes of your time could potentially save me hours. Is there code to convert the `(3,3)` numbers in `m['pose_N'][0,1]` to the 3 (`(3,)`) angle…
-
### `isString`
Checks if the provided value is a string.
**File**: `src/utils/function/isString/isString.ts`
**Test File**: `src/utils/function/isString/isString.test.ts`
**Parameters**:…
-
### `round`
Rounds a number to the nearest integer or to a specified decimal place.
**File**: `src/utils/math/round/round.ts`
**Test File**: `src/utils/math/round/round.test.ts`
**Parameters…
-
### `once`
Creates a function that will only execute once.
**File**: `src/utils/function/once/once.ts`
**Test File**: `src/utils/function/once/once.test.ts`
**Parameters**:
- `func: Funct…
-
### `deepMerge`
Merges two objects deeply, including nested objects.
**File**: `src/utils/object/deepMerge/deepMerge.ts`
**Test File**: `src/utils/object/deepMerge/deepMerge.test.ts`
**Par…
-
@bharat-b7
Hi, Bharat~
I really interesting about your paper and code, but I have a question about the part probabilities:
For each query point p, you calculate a probability _parts_softmax_ (shap…
-
## `useHover`
**Description**: A hook that tracks whether an element is being hovered over. This can be useful for changing styles, triggering animations, or displaying tooltips based on hover states…
-
### `omit`
Creates an object composed of the own and inherited enumerable properties of `object` that are not omitted.
**File**: `src/utils/function/omit/omit.ts`
**Test File**: `src/utils/func…
-
Requirement of task is given by Bharat in meeting