We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe12e5 commit 685da0fCopy full SHA for 685da0f
HISTORY.md
@@ -1,5 +1,10 @@
1
# History
2
3
+# Unpublished changes since 15.1.1
4
+
5
+- Chore: Provide TypeScript types for [and/or]TransformDependencies (#3639).
6
+ Thanks @NilsDietrich.
7
8
# 2026-02-10, 15.1.1
9
10
- Fix: #3631 Handle bigints in `compareNatural` (#3632). Thanks @Dheemanth07.
types/index.d.ts
@@ -4320,7 +4320,9 @@ export const {
4320
stdTransformDependencies,
4321
sumTransformDependencies,
4322
varianceTransformDependencies,
4323
- printTransformDependencies
+ printTransformDependencies,
4324
+ andTransformDependencies,
4325
+ orTransformDependencies
4326
}: Record<string, FactoryFunctionMap>
4327
4328
export interface Matrix<T = MathGeneric> {
0 commit comments