DefinitelyTyped/types/tail
Stan James f417e78eef Allow null as separator in TailOptions, per docs (#37902)
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.**
2019-08-26 08:07:27 -07:00
..
index.d.ts
tail-tests.ts
tsconfig.json
tslint.json