4 lines
226 B
JavaScript
4 lines
226 B
JavaScript
let comments = [["ADMIN","welcome to the test board"],["deadvey","<b>hello</b>"],["Hello","Test"],["<i>foo</i>","asdfsdf"]]
|
|
if (typeof module !== "undefined" && module.exports) {
|
|
module.exports = comments;
|
|
} |