docs: fix czv-wasm node-demo

This commit is contained in:
Mueez Khan 2024-06-21 01:32:09 -04:00 committed by GitHub
parent 254e34fe05
commit 55835772ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
const options: czv.RowCountOptions = {
@ -5,6 +7,7 @@ const options: czv.RowCountOptions = {
apple,2.50
banana,3.00
strawberry,1.50`,
include_header_row: true
};
const output: number = czv.rowCount(options);