mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-01 11:14:32 +00:00
To have no separator, `tail` docs specify to pass `null`, so it should be valid to pass. See: https://www.npmjs.com/package/tail#constructor-parameters >separator: the line separator token (default: /[\r]{0,1}\n/ to handle linux/mac (9+)/windows). **Pass null if your file is binary there's no >line separator.**