7 lines
186 B
TypeScript
7 lines
186 B
TypeScript
|
import type { EIPConfig } from './types.js';
|
||
|
declare type EIPsDict = {
|
||
|
[key: string]: EIPConfig;
|
||
|
};
|
||
|
export declare const EIPs: EIPsDict;
|
||
|
export {};
|
||
|
//# sourceMappingURL=eips.d.ts.map
|