mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
8 lines
No EOL
221 B
JavaScript
8 lines
No EOL
221 B
JavaScript
const { DynamicCardStack } = require("./stack");
|
|
|
|
module.exports = {
|
|
createDynamicCardStack: (context, options)=>{
|
|
return new DynamicCardStack(context, options)
|
|
},
|
|
CARD_STACK_CONSTANTS: require("./constants"),
|
|
} |