cmux/node_modules/code-block-writer/dist/CommentChar.js
2026-01-29 17:36:26 -08:00

9 lines
347 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentChar = void 0;
/** @internal */
var CommentChar;
(function (CommentChar) {
CommentChar[CommentChar["Line"] = 0] = "Line";
CommentChar[CommentChar["Star"] = 1] = "Star";
})(CommentChar = exports.CommentChar || (exports.CommentChar = {}));