7 lines
186 B
TypeScript
Raw Normal View History

2025-04-19 15:38:48 +08:00
import type { EIPConfig } from './types.js';
declare type EIPsDict = {
[key: string]: EIPConfig;
};
export declare const EIPs: EIPsDict;
export {};
//# sourceMappingURL=eips.d.ts.map