UNPKG

foundry-rpc

Version:
3 lines (2 loc) 99 B
declare type IdGenerator = (method: string) => number | string | null; export default IdGenerator;