mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-16 04:58:16 +00:00
6 lines
70 B
JavaScript
6 lines
70 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
moveSync: require('./move-sync')
|
|
}
|