mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
docs: show types in WASM examples
This commit is contained in:
parent
25a2568ea0
commit
2a38998425
2 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,6 @@ banana,3.00
|
|||
strawberry,1.50`,
|
||||
};
|
||||
|
||||
const output = czv.rowCount(options);
|
||||
const output: number = czv.rowCount(options);
|
||||
|
||||
console.log(output); // 4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue