UNPKG

ponyfills

Version:

Delivers ponyfills as modules, uses native alternatives first when available

9 lines (8 loc) 297 B
declare function objectEntriesPolyfill(source: Object): string[]; declare const objectEntries: { <T>(o: { [s: string]: T; } | ArrayLike<T>): [string, T][]; (o: {}): [string, any][]; } | typeof objectEntriesPolyfill; export { objectEntries as default, objectEntriesPolyfill, };