- "use strict";
- exports.__esModule = true;
- function createTrailingCommentAttachable(trailingComment) {
- if (trailingComment === void 0) { trailingComment = null; }
- return {
- trailingComment: trailingComment
- };
- }
- exports.createTrailingCommentAttachable = createTrailingCommentAttachable;
|