6 lines
172 B
JavaScript
6 lines
172 B
JavaScript
boards = ["tech","gen","films","test"]
|
|
|
|
if (typeof module !== 'undefined' && module.exports) {
|
|
module.exports = boards;
|
|
}
|