mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
docs: fix czv-wasm node-demo
This commit is contained in:
parent
254e34fe05
commit
55835772ed
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
// See the README.md file in this file's folder
|
||||||
|
// for how to run this example
|
||||||
import czv from "../../pkg/czv-ts";
|
import czv from "../../pkg/czv-ts";
|
||||||
|
|
||||||
const options: czv.RowCountOptions = {
|
const options: czv.RowCountOptions = {
|
||||||
|
|
@ -5,6 +7,7 @@ const options: czv.RowCountOptions = {
|
||||||
apple,2.50
|
apple,2.50
|
||||||
banana,3.00
|
banana,3.00
|
||||||
strawberry,1.50`,
|
strawberry,1.50`,
|
||||||
|
include_header_row: true
|
||||||
};
|
};
|
||||||
|
|
||||||
const output: number = czv.rowCount(options);
|
const output: number = czv.rowCount(options);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue