We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docs/examples/parsing-serializing-csv.ts
Line 24 in de54e07
import { parse, ParseOptions } from jsr:@std/csv
ParseOptions has no "strip"
ParseOptions
I could go and add trimEnd onto #options.trimTrailingSpace and redocument strip into that. https://github.com/denoland/std/blob/69858cfd7b917ac4cd67a9c0557a2c6d223e2d7f/csv/parse.ts#L94-L96
#options.trimTrailingSpace
Probably wouldn't bother with strip as a shorthand to leading/trailing.
What's the preferred interface?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docs/examples/parsing-serializing-csv.ts
Line 24 in de54e07
import { parse, ParseOptions } from jsr:@std/csv
ParseOptions
has no "strip"I could go and add trimEnd onto
#options.trimTrailingSpace
and redocument strip into that. https://github.com/denoland/std/blob/69858cfd7b917ac4cd67a9c0557a2c6d223e2d7f/csv/parse.ts#L94-L96Probably wouldn't bother with strip as a shorthand to leading/trailing.
What's the preferred interface?
The text was updated successfully, but these errors were encountered: