pissbot-9000/labscore/cardstack/index.js

7 lines
No EOL
183 B
JavaScript

const { DynamicCardStack } = require("./DynamicCardStack");
module.exports = {
createDynamicCardStack: (context, options)=>{
return new DynamicCardStack(context, options)
}
}