mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 06:59:31 +08:00
12 lines
No EOL
271 B
Text
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);
|
|
} |