UNPKG

347 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.CommentChar = void 0;
4/** @internal */
5var CommentChar;
6(function (CommentChar) {
7 CommentChar[CommentChar["Line"] = 0] = "Line";
8 CommentChar[CommentChar["Star"] = 1] = "Star";
9})(CommentChar = exports.CommentChar || (exports.CommentChar = {}));