mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
'use strict';
|
|
|
|
module.exports = function(builder) {
|
|
return builder.comment('This is a comment');
|
|
};
|