Files
med-notes/.pnpm-store/v10/files/6e/587c7630d7ce6096f2b6a34e8ecd87ebd613762a9a717d3c0025eda9a1606c6ce4010aeaff633e5cb33788584f6ed966db024bf4714cc91d1b0189f755545b
2025-05-09 05:30:08 +02:00

13 lines
323 B
Plaintext

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