UNPKG

detect-eol

Version:
5 lines (4 loc) 176 B
import type { Options } from './types'; declare const detectEOL: (string: string, { fallback, window }?: Options) => string; export default detectEOL; export type { Options };