6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
export declare enum NewLineKind {
|
|
None = 0,
|
|
CRLF = 1,
|
|
LF = 2
|
|
}
|
|
//# sourceMappingURL=newLineKind.enum.d.ts.map |