UNPKG

95 BJavaScriptView Raw
1var maze = require('../index.js')
2
3var testMaze = maze(17, 23, 'backtracker', undefined, true)