Urara-Blog/node_modules/.pnpm-store/v3/files/9d/c654a62528ba1d55bad060af9783f31bb4eed6cf1cf5b08548058ca6e214eed583e3b7edd2e63b14b32e7efc5836be3103d26730734320482ec52266801646
2022-08-14 01:14:53 +08:00

12 lines
No EOL
277 B
Text

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