Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32209940
D15023.1765128899.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
644 B
Referenced Files
None
Subscribers
None
D15023.1765128899.diff
View Options
diff --git a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
--- a/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
+++ b/native/flow-typed/npm/react-native-reanimated_v2.x.x.js
@@ -92,10 +92,9 @@
declare export type Set = (node: ValueImpl, val: NodeParam) => NodeImpl;
- declare type ToNumber = (val: mixed) => number;
declare export type Call = <N: $ReadOnlyArray<NodeImpl>>(
nodes: N,
- callback: (vals: $TupleMap<N, ToNumber>) => mixed,
+ callback: (vals: {[K in keyof N]: number}) => mixed,
) => NodeImpl;
declare export type Cond = (
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 5:34 PM (18 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5843514
Default Alt Text
D15023.1765128899.diff (644 B)
Attached To
Mode
D15023: [Flow262][skip-ci] Migrate from $TupleMap
Attached
Detach File
Event Timeline
Log In to Comment