mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-24 07:39:13 +08:00
14 lines
No EOL
292 B
Text
14 lines
No EOL
292 B
Text
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
|
|
exports.default = function (fn) {
|
|
return function (...args /*, callback*/) {
|
|
var callback = args.pop();
|
|
return fn.call(this, args, callback);
|
|
};
|
|
};
|
|
|
|
module.exports = exports["default"]; |