UNPKG

mss-adapter

Version:
11 lines (8 loc) 189 B
'use strict'; class MSSAdapter { constructor(name, options) { const cls = require(`./lib/${name}.js`); return eval `new cls(name, options)`; } }; module.exports = MSSAdapter;