Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(std/encoding/csv): Add stringify functionality #8408

Merged
merged 15 commits into from
Nov 25, 2020
Prev Previous commit
Next Next commit
Update JSDoc comment to match code syntax
  • Loading branch information
jsejcksn committed Nov 19, 2020
commit 06a4ce8f153a852aec7716491f7f015de33a088b
2 changes: 1 addition & 1 deletion std/encoding/csv_stringify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function getValuesFromItem(
}

/**
* @param headers Whether to include the header row or not.
* @param headers Whether or not to include the row of headers.
* Default: `true`
*
* @param separator Delimiter used to separate values. Examples:
Expand Down