stubArray.js 53 B

123
  1. export default function stubArray() {
  2. return [];
  3. }