-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathmodern.test.ts.snap
More file actions
21 lines (20 loc) · 895 Bytes
/
Copy pathmodern.test.ts.snap
File metadata and controls
21 lines (20 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`convert array to modern type 1`] = `
"/**
* @typedef {import("react-native-reanimated").default.Adaptable<number>} Adaptable
* @param {Adaptable} animNode
* @param {object} InterpolationConfig
* @param {ReadonlyArray<Adaptable>} InterpolationConfig.inputRange Like [0,1]
* @param {string[]} InterpolationConfig.outputRange Like
* ["#0000ff","#ff0000"]
* @param {import("react-native-reanimated").default.Extrapolate} [InterpolationConfig.extrapolate]
* @param {Foo<Bar>[]} arg1
* @param {((item: Foo<Bar>) => Bar<number>)[] | number[] | string[]} arg2
* @param {((item: Foo<Bar>) => Bar<number>)[] | number[] | "Foo.<>"[]} arg3
* @param {"Array.<(item: Foo.<Bar>) => Bar.<number>> | Array.<number> | Array.<'Foo.<>'>"} arg4
* @param {number[][][]} arg5
* @param {{ foo: number[]; bar: string[] }} arg6
*/
function a() {}
"
`;