TransFlow/node_modules/v-click-outside-x/__tests__/helpers/stubArray.js

4 lines
53 B
JavaScript

export default function stubArray() {
return [];
}