mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 15:39:31 +08:00
6 lines
111 B
Text
6 lines
111 B
Text
'use strict'
|
|
|
|
const u = require('universalify').fromCallback
|
|
module.exports = {
|
|
copy: u(require('./copy'))
|
|
}
|