Sha256: f1e5431cba374c103a614e1db06e197fb9c99feb0c09fb81617eb5941717a3ab
Contents?: true
Size: 374 Bytes
Versions: 164
Compression:
Stored size: 374 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = addComment; var _addComments = require("./addComments.js"); function addComment(node, type, content, line) { return (0, _addComments.default)(node, type, [{ type: line ? "CommentLine" : "CommentBlock", value: content }]); } //# sourceMappingURL=addComment.js.map
Version data entries
164 entries across 16 versions & 3 rubygems