Skip to main content

Built and signed on GitHub Actions

Strict TypeScript types for Ethereum ABIs

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
52%
Published
2 months ago (1.0.6)
Package root>jsr.json
{ "name": "@wevm/abitype", "version": "1.0.6", "exports": { ".": "./src/exports/index.ts", "./abis": "./src/exports/abis.ts", "./zod": "./src/exports/zod.ts" }, "publish": { "include": [ "LICENSE", "README.md", "CHANGELOG.md", "src/**/*.ts" ], "exclude": [ "src/**/*.bench.ts", "src/**/*.bench-d.ts", "src/**/*.test.ts", "src/**/*.test-d.ts" ] } }