index.js 70 B

12345
  1. 'use strict'
  2. module.exports = {
  3. moveSync: require('./move-sync')
  4. }