all.js 72 B

12345
  1. 'use strict';
  2. module.exports = function all() {
  3. return this.items;
  4. };