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