ponicode
Version:
Ponicode is a quick and easy AI-powered solution for Javascript unit testing.
10 lines (9 loc) • 347 B
JavaScript
;
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 = {}));