amend comment for Stringifier.write

Change comment on `Stringifier.write` to reflect that argument is of type `string[] | Object`
This commit is contained in:
Dan Ryan
2016-08-01 17:14:11 -04:00
committed by GitHub
parent a5bf4368e2
commit 7605b76d91

View File

@@ -58,7 +58,7 @@ declare module "csv-stringify" {
interface Stringifier extends NodeJS.ReadWriteStream {
// Stringifier stream takes array of strings
// Stringifier stream takes array of strings or Object
write(line: string[] | Object): boolean;
// repeat declarations from NodeJS.WritableStream to avoid compile error