Urara-Blog/node_modules/.pnpm-store/v3/files/84/e7e092b75718cf9500de58a4a1ac0f496436e16cd0eff919cd122da097f476a6ec02e8bf460fcce7cd0dbf2830c3832568d28a87e9e00431b7a0044ee6f645
2022-08-14 01:14:53 +08:00

12 lines
No EOL
280 B
Text

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