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
/
src
/
idGenerator.d.ts
3 lines
(2 loc)
•
99 B
TypeScript
View Raw
1
2
3
declare
type
IdGenerator
=
(
method
:
string
) =>
number
|
string
|
null
;
export
default
IdGenerator
;