Skip to content

Commit

Permalink
docs: fix czv-wasm node-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk authored Jun 21, 2024
1 parent 254e34f commit 5583577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions czv-wasm/examples/node-demo/sample.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
// See the README.md file in this file's folder
// for how to run this example
import czv from "../../pkg/czv-ts";

const options: czv.RowCountOptions = {
file_data: `fruit,price,
apple,2.50
banana,3.00
strawberry,1.50`,
include_header_row: true
};

const output: number = czv.rowCount(options);
Expand Down

0 comments on commit 5583577

Please sign in to comment.