ethers.js/packages/properties/src.ts/promise.ts

6 lines
154 B
TypeScript
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
/*
export async function resolveProperties<T>(props: Record<keyof T, T[K] | Promise<T[K]>>): Promise<Record<keyof T, T[K]>> {
throw new Error();
}
*/