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

12 lines
No EOL
271 B
Text

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