Files
med-notes/.pnpm-store/v10/files/0f/8ea07977e7db1bf87c5771356259e554b6b45b0b8408ec0f02e58f855d06118b04c41cd60c1ac2aae4da08890cde5670a6927c46d233e0cd1432bba695afe4
2025-05-09 05:30:08 +02:00

16 lines
374 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = addComment;
var _addComments = require("./addComments.js");
function addComment(node, type, content, line) {
return (0, _addComments.default)(node, type, [{
type: line ? "CommentLine" : "CommentBlock",
value: content
}]);
}
//# sourceMappingURL=addComment.js.map