UNPKG

277 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = inheritLeadingComments;
7
8var _inherit = require("../utils/inherit");
9
10function inheritLeadingComments(child, parent) {
11 (0, _inherit.default)("leadingComments", child, parent);
12}
\No newline at end of file