@lls/typings 24.13.0-ecc2e93d → 24.13.0-ef540cd4

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.
@@ -33,6 +33,5 @@ declare global {
33
33
  mockRestore: AnyFunction
34
34
  mocked: <T>(t: T) => TODO
35
35
  mockCustom: <T, U>(fn: (T) => U) => (t: T) => U
36
- unmockAll: AnyFunction
37
36
  }
38
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lls/typings",
3
- "version": "24.13.0-ecc2e93d",
3
+ "version": "24.13.0-ef540cd4",
4
4
  "description": "types custom du monorepo",
5
5
  "main": "index.js",
6
6
  "keywords": [],
package/react-router.d.ts DELETED
@@ -1,4 +0,0 @@
1
- import type { AnyFunction } from './utils'
2
-
3
- // see cowboys of 2023 https://github.com/DefinitelyTyped/DefinitelyTyped/issues/50526
4
- export type History = { push: AnyFunction }