UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

1 lines 158 B
"use strict";exports.detectEol=function(t){for(let n=0,r=t.length;n<r;n++){const r=t[n];if("\n"===r)break;if("\r"===r&&"\n"===t[n+1])return"\r\n"}return"\n"};