@lls/typings 24.29.0-0aba90c1 → 24.29.0-0fb35df2

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,7 +1,7 @@
1
1
  import type { AsyncLocalStorage } from 'node:async_hooks'
2
2
  import type { Polypad as PolypadType } from '@lls/typings/polypad'
3
3
  import type { AnyFunction, TODO } from '@lls/typings/utils'
4
- import type * as CheerioModule from 'cheerio'
4
+ import type CheerioModule from 'cheerio'
5
5
 
6
6
  type LlsNamespace = 'UNIVERSAL_VARS'
7
7
  export type UniversalVars = {
@@ -44,7 +44,7 @@ declare global {
44
44
  mockKeys: (keys: string[]) => (importActual: () => Promise<unknown>) => Promise<unknown>
45
45
  mockRestore: AnyFunction
46
46
  mocked: <T>(t: T) => TODO
47
- mockCustom: <T, U>(fn: (t: T) => U) => (t: T) => U
47
+ mockCustom: <T, U>(fn: (T) => U) => (t: T) => U
48
48
  unmockAll: AnyFunction
49
49
  }
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.29.0-0aba90c1",
3
+ "version": "24.29.0-0fb35df2",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "imports": {