mirror of
https://github.com/zkitter/json-rpc-engine.git
synced 2026-01-08 21:48:11 -05:00
* Migrate to TypeScript * Update CI config * Update eth-rpc-errors, fix JsonRpcError stack type * Add runtime typecheck for handle callback * Use Maybe utility type for response.result
7 lines
90 B
JavaScript
7 lines
90 B
JavaScript
module.exports = {
|
|
branches: 100,
|
|
lines: 100,
|
|
functions: 100,
|
|
statements: 100,
|
|
};
|