UNPKG

test-ic-wallet-middleware-common

Version:
4 lines (3 loc) 140 B
export declare function getPropertyName<T extends object>(o: T, expression: (x: { [Property in keyof T]: string; }) => string): string;