3 lines
119 B
JavaScript

const fn: ( Object, ?Object ) => void = ( o1, o2 ) => o1;
const fn2: ( Object, ?Object, ) => void = ( o1, o2, ) => o1;