mirror of
https://github.com/sasjs/lint.git
synced 2025-12-10 17:34:36 +00:00
5 lines
57 B
TypeScript
5 lines
57 B
TypeScript
export enum LineEndings {
|
|
LF = 'lf',
|
|
CRLF = 'crlf'
|
|
}
|