UNPKG

emmet.sdk

Version:
5 lines (4 loc) 187 B
import { EVMChain } from "../../types"; export declare function filterTwoOut<T>(chains: { [key in keyof T]: EVMChain; }, chainOneName: string, chainTwoName: string): EVMChain[] | [];