mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(encoding/csv): update the usage of ParseOptions (denoland/deno#7857)
This commit is contained in:
parent
23f03bdcfd
commit
160ae04418
@ -87,7 +87,7 @@ const string = "a,b,c\nd,e,f";
|
||||
|
||||
console.log(
|
||||
await parse(string, {
|
||||
header: false,
|
||||
skipFirstRow: false,
|
||||
}),
|
||||
);
|
||||
// output:
|
||||
|
Loading…
Reference in New Issue
Block a user