mirror of
https://github.com/danbulant/koa-plugins
synced 2026-06-10 18:13:17 +00:00
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
"use strict";
|
|
try {
|
|
module.exports = require('./register')().Promise || null
|
|
} catch(e) {
|
|
module.exports = null
|
|
}
|