prettier/tests/flow_array_union/test.js

2 lines
33 B
JavaScript
Raw Normal View History

let arr: (number|string)[] = [];