@lls/typings 24.1.32-ad87fed5 → 24.1.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,3 @@
1
- import type { AnyFunction } from '@typings/utils'
2
1
  import type lo from 'lodash'
3
2
  import type _ from 'lodash/fp'
4
3
  import type { ValueOf } from '../utils.d.ts'
@@ -10,9 +9,6 @@ declare module 'lodash/fp.js' {
10
9
  collection: Iterable
11
10
  ) => TResult[]
12
11
  }
13
- interface LodashDebounce {
14
- convert: (options: { fixed: false }) => <T extends AnyFunction>(delay: number, fn: T, opts: { leading?: boolean; trailing?: boolean }) => T
15
- }
16
12
 
17
13
  interface LodashForEach {
18
14
  convert: (a: { cap: false }) => <Iterable, TResult>(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.1.32-ad87fed5",
3
+ "version": "24.1.32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "keywords": [],