UNPKG
foundry-rpc
Version:
latest (0.1.2)
2.0.0
0.1.2
0.1.1
0.1.0
A thin wrapper of Foundry RPC
github.com/CodeChain-io/foundry-rpc-js
CodeChain-io/foundry-rpc-js
foundry-rpc
/
build
/
e2e
/
generator.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
default
function
generator
(
prefix
:
string
):
(
method
:
string
) =>
string
|
number
|
null
;