UNPKG

ts-global-type-extra

Version:
10 lines (7 loc) 150 B
declare global { interface ObjectConstructor { entries<V, K extends string>(o: { [key in K]: V } | ArrayLike<V> | readonly V[]): [K, V][]; } }