UNPKG

typescript

Version:

TypeScript is a language for application scale JavaScript development

8 lines 385 B
// Code generated by Herebyfile.mjs generate:enums from internal/core/compileroptions.go. DO NOT EDIT. export var NewLineKind; (function (NewLineKind) { NewLineKind[NewLineKind["None"] = 0] = "None"; NewLineKind[NewLineKind["CRLF"] = 1] = "CRLF"; NewLineKind[NewLineKind["LF"] = 2] = "LF"; })(NewLineKind || (NewLineKind = {})); //# sourceMappingURL=newLineKind.enum.js.map