"use strict"; module.exports = { Stack: require('./stack'), Dodge: require('./dodge'), Symmetric: require('./symmetric') };