We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a8c2de commit e3da501Copy full SHA for e3da501
dist/generator.js
@@ -1,5 +1,6 @@
1
"use strict";
2
exports.__esModule = true;
3
+exports.generate = void 0;
4
var WordSearch = /** @class */ (function () {
5
function WordSearch(width, height, grid, words) {
6
this.width = width;
0 commit comments