mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-01-14 20:06:21 +00:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
|
const u = require('universalify').fromCallback
|
||
|
module.exports = {
|
||
|
copy: u(require('./copy'))
|
||
|
}
|