mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-18 16:02:57 +00:00
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
'use strict'
|
|
|
|
const u = require('universalify').fromCallback
|
|
module.exports = {
|
|
copy: u(require('./copy'))
|
|
}
|