array.js 69 B

12345
  1. import last from './array/last';
  2. export default {
  3. 'last': last
  4. };