zk-types
## Demo ```sh npm i -D typescript zk-types npx tsc --init ``` Modify `tsconfig.json` to have: ```json { "compilerOptions": { "types": ["zk-types"] } } ``` Create a TS file with whatever name (e.g., `demo.ts`) and start typing: ```ts const
Version 10.3.0 License LGPL-2.0-or-later
INSTALL