UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

4 lines (2 loc) 79 B
declare function detectEol(str: string): "\n" | "\r\n"; export { detectEol };