Files
med-notes/.pnpm-store/v10/files/f6/3adc9637dfed8e7a498c8067e119faad9716e92be1cc0328b890810ad68ebdf349bb9296870ab130a5d4b004f30497640afd581dd36ba4997534ae69379de0
2025-05-09 05:30:08 +02:00

13 lines
331 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = inheritLeadingComments;
var _inherit = require("../utils/inherit.js");
function inheritLeadingComments(child, parent) {
(0, _inherit.default)("leadingComments", child, parent);
}
//# sourceMappingURL=inheritLeadingComments.js.map