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