6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
|
comments = [["3: Hey", "2: Test", "1: First"],[],[],[],[],[],[],[],[]]
|
||
|
|
||
|
if (typeof module !== "undefined" && module.exports) {
|
||
|
module.exports = comments;
|
||
|
}
|